COLOR #A52094

HEX: #A52094 RGB: (165,32,148)

Color info

#A52094 contains mainly red and blue colors. Web safe color of #A52094 is #993399 (or #939).

RGB color model

#A52094 color RGB value is (165,32,148).

RGB: (165,32,148) (65%, 13%, 58%)

RGB channels and saturation

R 165 of 255 = 65%
G 32 of 255 = 13%
B 148 of 255 = 58%

165
32
148

R + G + B ~ 45%. #A52094 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 165 + 32 + 148 = 345 (100%)
R 165 of 345 ~ 47.83%
G 32 of 345 ~ 9.28%
B 148 of 345 ~ 42.9'%

%47.83
%42.9

CMYK color model

#A52094 color CMYK value is (0,81,10,35).

  • cyan value is 0.00%
  • magenta value is 80.61%
  • yellow value is 10.30%
  • key color value is 35.29%

CMYK: (0,81,10,35)
C0M81Y10K35 (0%, 81%, 10%, 35%)
(0.00 / 0.81 / 0.10 / 0.35)

CMYK percentages

%0
%80.61
%10.3
%35.29

Codes

Color #A52094 in popluar color models

A5 20 94
RGB 165 32 148
HSL 308° 67.51% 38.63%
HSB/HSV 308° 80.61% 64.71%
CMYK 0.00% 80.61% 10.30%
35.29%

Color #A52094 in popluar number systems.

HEX A5 20 94
Decimal 165 32 148
Binary 10100101 100000 10010100
Octal 245 40 224

Shades and tints

Shades of #A52094

#A52094
(165,32,148)
#961E87
(150,30,135)
#871C7A
(135,28,122)
#781A6D
(120,26,109)
#691860
(105,24,96)
#5A1653
(90,22,83)
#4B1446
(75,20,70)
#3C1239
(60,18,57)
#2D102C
(45,16,44)
#1E0E1F
(30,14,31)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #A52094

#A52094
(165,32,148)
#AD349D
(173,52,157)
#B548A6
(181,72,166)
#BD5CAF
(189,92,175)
#C570B8
(197,112,184)
#CD84C1
(205,132,193)
#D598CA
(213,152,202)
#DDACD3
(221,172,211)
#E5C0DC
(229,192,220)
#EDD4E5
(237,212,229)
#F5E8EE
(245,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A52094 color. Also use rgb(165,32,148) instead hex code.

Text Font Color

.myTextColor { color: #A52094; }

<p style="color:#A52094">This sample text font color is #A52094.</p>

This text font color is #A52094.

Background Color

.myBgColor { background-color: #A52094; }

<div style="background-color:#A52094">Inner text</div>

This div background color is #A52094.

Border color

.myBorderColor { border: 1px solid #A52094; }

<div style="border:3px solid #A52094">Div</div>

This div border color is #A52094.

Opacity

.myOpacity80 { color: #A52094; opacity: 0.8; }

<p style="color:#A52094;opacity:0.8;">80%</p>

Text with #A52094 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A52094;}

<p style="text-shadow: 3px 3px 1px #A52094">Text here.</p>

This text has shadow with #A52094 color.


.textShadow {text-shadow: 3px 3px 1px #A52094', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A52094, 5px 5px 20px red">Text here.</p>

This text has shadow with #A52094 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A52094, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A52094, Direction=45, Strength=4)">Text</p>

This text has shadow with #A52094 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A52094;
-webkit-box-shadow: 1px 1px 3px 2px #A52094;
box-shadow: 1px 1px 3px 2px #A52094;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A52094; -webkit-box-shadow: 1px 1px 3px 2px #A52094; box-shadow:1px 1px 3px 2px #A52094;">
Div content here
</div>

This div box has shadow with color #A52094.

Preview

Color preview on black background

This text has color #A52094 on black background.


Color preview on white background

This text has color #A52094 on white background.


Black color preview on #A52094 background

This text has black color on #A52094 background.


White color preview on #A52094 background

This text has white color on #A52094 background.


Related colors

Complementary color

Complementary color for #hex is #5ADF6B.


I love getcolorcode.com

Triadic colors

1 #94A520 and #2094A5 with #A52094 are triadic colors.

2 #9420A5 and #20A594 with #A52094 are triadic colors.