Html Css Color HEX #A21183 Dark Purple

📋 copy color: '#A21183'

red 162 ◦ green 17 ◦ blue 131

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

Shades of Dark Purple #A21183

Tints of Dark Purple #A21183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.26%

R = 52.26%
G = 5.48%
B = 42.26%

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

#A21183 (or 0xA21183) is known color: Dark Purple. HEX triplet: A2, 11 and 83. RGB value is (162,17,131). Sum of RGB (Red+Green+Blue) = 162+17+131=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A21183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21183 is #5DEE7C. Grayscale: #494949. Windows color (decimal): -6155901 or 8589730. OLE color: 8589730.

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

Color convert

RGB 162 17 131 -
CMYK 0 0.90 0.19 0.36
HSL 312.83º 0.81% 0.35% -
HSV(B) 312.83º 0.9% 0.64% -
XYZ 19.2 9.72 22.34 -
YUV 73.35 160.54 191.23 -
System Red Green Blue C M Y K H S L
Decimal 162 17 131 0 0.90 0.19 0.36 312.83 0.81 0.35
Hex A2 11 83 0 5A 13 24 139 51 23
Octal 242 21 203 0 132 23 44 471 121 43
Binary 10100010 10001 10000011 0 1011010 10011 100100 100111001 1010001 100011

Color Harmonies of #A21183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21183

Black with #A21183

Text Example


Text Example

White with #A21183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21183; }

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

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

background-color css

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

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

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

border-color css

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

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

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