#A21A7A

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

Shades of Dark Purple #A21A7A

Tints of Dark Purple #A21A7A

Color information

#A21A7A (or 0xA21A7A) is unknown color: approx Dark Purple. HEX triplet: A2, 1A and 7A. RGB value is (162,26,122). Sum of RGB (Red+Green+Blue) = 162+26+122=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A7A is #5DE585. Grayscale: #4D4D4D. Windows color (decimal): -6153606 or 8002210. OLE color: 8002210.

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

Color convert

RGB16226122-
CMYK00.840.250.36
HSL317.65º72.34%36.86%-
HSV(B)317.65º83.95%63.53%-
XYZ18.789.8319.32-
YUV77.61153.06188.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.26%
GREEN value IS 26 (10.55% from 255) = 8.39%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=52.26%
G=8.39%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622612200.840.250.36317.6572.3436.86
HexA21A7A054192413e4825
Octal242321720124314447611045
Binary1010001011010111101001010100110011001001001111101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A7A; }

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

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

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

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

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

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

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

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