Html Css Color HEX #A21185 Dark Purple

📋 copy color: '#A21185'

red 162 ◦ green 17 ◦ blue 133

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

Shades of Dark Purple #A21185

Tints of Dark Purple #A21185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.63%

R = 51.92%
G = 5.45%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A21185 (or 0xA21185) is known color: Dark Purple. HEX triplet: A2, 11 and 85. RGB value is (162,17,133). Sum of RGB (Red+Green+Blue) = 162+17+133=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A21185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21185 is #5DEE7A. Grayscale: #494949. Windows color (decimal): -6155899 or 8720802. OLE color: 8720802.

HSL color Cylindrical-coordinate representation of color #A21185: hue angle of 312º 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 #A21185 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 133 -
CMYK 0 0.90 0.18 0.36
HSL 312º 0.81% 0.35% -
HSV(B) 312º 0.9% 0.64% -
XYZ 19.33 9.78 23.06 -
YUV 73.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 162 17 133 0 0.90 0.18 0.36 312 0.81 0.35
Hex A2 11 85 0 5A 12 24 138 51 23
Octal 242 21 205 0 132 22 44 470 121 43
Binary 10100010 10001 10000101 0 1011010 10010 100100 100111000 1010001 100011

Color Harmonies of #A21185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21185

Black with #A21185

Text Example


Text Example

White with #A21185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21185; }

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

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

background-color css

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

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

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

border-color css

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

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

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