Html Css Color HEX #A21481 Dark Purple

📋 copy color: '#A21481'

red 162 ◦ green 20 ◦ blue 129

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

Shades of Dark Purple #A21481

Tints of Dark Purple #A21481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 52.09%
G = 6.43%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A21481 (or 0xA21481) is known color: Dark Purple. HEX triplet: A2, 14 and 81. RGB value is (162,20,129). Sum of RGB (Red+Green+Blue) = 162+20+129=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A21481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21481 is #5DEB7E. Grayscale: #4A4A4A. Windows color (decimal): -6155135 or 8459426. OLE color: 8459426.

HSL color Cylindrical-coordinate representation of color #A21481: hue angle of 313.94º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21481 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 20 129 -
CMYK 0 0.88 0.20 0.36
HSL 313.94º 0.78% 0.36% -
HSV(B) 313.94º 0.88% 0.64% -
XYZ 19.11 9.77 21.65 -
YUV 74.88 158.54 190.14 -
System Red Green Blue C M Y K H S L
Decimal 162 20 129 0 0.88 0.20 0.36 313.94 0.78 0.36
Hex A2 14 81 0 58 14 24 13A 4E 24
Octal 242 24 201 0 130 24 44 472 116 44
Binary 10100010 10100 10000001 0 1011000 10100 100100 100111010 1001110 100100

Color Harmonies of #A21481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21481

Black with #A21481

Text Example


Text Example

White with #A21481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21481; }

 p { color: rgb(162,20,129); }

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

background-color css

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

 a { background-color: rgb(162,20,129); }

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

border-color css

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

 span { border-color: rgb(162,20,129); }

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