Html Css Color HEX #A21E81 Dark Purple

📋 copy color: '#A21E81'

red 162 ◦ green 30 ◦ blue 129

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

Shades of Dark Purple #A21E81

Tints of Dark Purple #A21E81

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.35%

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

R = 50.47%
G = 9.35%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A21E81 (or 0xA21E81) is known color: Dark Purple. HEX triplet: A2, 1E and 81. RGB value is (162,30,129). Sum of RGB (Red+Green+Blue) = 162+30+129=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E81 is #5DE17E. Grayscale: #505050. Windows color (decimal): -6152575 or 8461986. OLE color: 8461986.

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

Color convert

RGB 162 30 129 -
CMYK 0 0.81 0.20 0.36
HSL 315º 0.69% 0.38% -
HSV(B) 315º 0.81% 0.64% -
XYZ 19.33 10.19 21.72 -
YUV 80.75 155.23 185.95 -
System Red Green Blue C M Y K H S L
Decimal 162 30 129 0 0.81 0.20 0.36 315 0.69 0.38
Hex A2 1E 81 0 51 14 24 13B 45 26
Octal 242 36 201 0 121 24 44 473 105 46
Binary 10100010 11110 10000001 0 1010001 10100 100100 100111011 1000101 100110

Color Harmonies of #A21E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E81

Black with #A21E81

Text Example


Text Example

White with #A21E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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