Html Css Color HEX #A21184 Dark Purple

📋 copy color: '#A21184'

red 162 ◦ green 17 ◦ blue 132

#A21184
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #A21184

Tints of Dark Purple #A21184

RGB

 RED value IS 162 (63.67% from 255) = 52.09%

 GREEN value IS 17 (7.03% from 255) = 5.47%

 BLUE value IS 132 (51.95% from 255) = 42.44%

R = 52.09%
G = 5.47%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A21184 (or 0xA21184) is known color: Dark Purple. HEX triplet: A2, 11 and 84. RGB value is (162,17,132). Sum of RGB (Red+Green+Blue) = 162+17+132=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A21184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21184 is #5DEE7B. Grayscale: #494949. Windows color (decimal): -6155900 or 8655266. OLE color: 8655266.

HSL color Cylindrical-coordinate representation of color #A21184: hue angle of 312.41º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21184 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 132 -
CMYK 0 0.90 0.19 0.36
HSL 312.41º 0.81% 0.35% -
HSV(B) 312.41º 0.9% 0.64% -
XYZ 19.27 9.75 22.7 -
YUV 73.47 161.04 191.15 -
System Red Green Blue C M Y K H S L
Decimal 162 17 132 0 0.90 0.19 0.36 312.41 0.81 0.35
Hex A2 11 84 0 5A 13 24 138 51 23
Octal 242 21 204 0 132 23 44 470 121 43
Binary 10100010 10001 10000100 0 1011010 10011 100100 100111000 1010001 100011

Color Harmonies of #A21184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21184

Black with #A21184

Text Example


Text Example

White with #A21184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21184; }

 p { color: rgb(162,17,132); }

 H1.HeaderClassName
 {
   color: #A21184;
 }
 .AnyTagClassName
 {
   color: #A21184;
 }
</style>

background-color css

<style>
 a { background-color: #A21184; }

 a { background-color: rgb(162,17,132); }

 div.DivClassName
 {
   background-color: #A21184;
 }
 .BgClassName
 {
   background-color: #A21184;
 }
</style>

border-color css

<style>
 span { border-color: #A21184; }

 span { border-color: rgb(162,17,132); }

 td.TdClassName
 {
   border-color: #A21184;
 }
 .TagClassName
 {
   border-color: #A21184;
 }
</style>