#A21A7E

Color #A21A7E Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A21A7E

Tints of Dark Purple #A21A7E

Color information

#A21A7E (or 0xA21A7E) is unknown color: approx Dark Purple. HEX triplet: A2, 1A and 7E. RGB value is (162,26,126). Sum of RGB (Red+Green+Blue) = 162+26+126=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A7E is #5DE581. Grayscale: #4D4D4D. Windows color (decimal): -6153602 or 8264354. OLE color: 8264354.

HSL color Cylindrical-coordinate representation of color #A21A7E: hue angle of 315.88º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A7E is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB16226126-
CMYK00.840.220.36
HSL315.88º72.34%36.86%-
HSV(B)315.88º83.95%63.53%-
XYZ19.049.9320.65-
YUV78.06155.06187.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 26 (10.55% from 255) = 8.28%
BLUE value IS 126 (49.61% from 255) = 40.13%
R=51.59%
G=8.28%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622612600.840.220.36315.8872.3436.86
HexA21A7E054162413c4825
Octal242321760124264447411045
Binary1010001011010111111001010100101101001001001111001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A7E; }

 p { color: rgb(162,26,126); }

 H1.HeaderClassName
 {
   color: #A21A7E;
 }
 .AnyTagClassName
 {
   color: #A21A7E;
 }
</style>
background-color css

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

 a { background-color: rgb(162,26,126); }

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

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

 span { border-color: rgb(162,26,126); }

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