#A21A7B

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

Shades of Dark Purple #A21A7B

Tints of Dark Purple #A21A7B

Color information

#A21A7B (or 0xA21A7B) is unknown color: approx Dark Purple. HEX triplet: A2, 1A and 7B. RGB value is (162,26,123). Sum of RGB (Red+Green+Blue) = 162+26+123=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A7B is #5DE584. Grayscale: #4D4D4D. Windows color (decimal): -6153605 or 8067746. OLE color: 8067746.

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

Color convert

RGB16226123-
CMYK00.840.240.36
HSL317.21º72.34%36.86%-
HSV(B)317.21º83.95%63.53%-
XYZ18.849.8519.65-
YUV77.72153.56188.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 26 (10.55% from 255) = 8.36%
BLUE value IS 123 (48.44% from 255) = 39.55%
R=52.09%
G=8.36%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622612300.840.240.36317.2172.3436.86
HexA21A7B054182413d4825
Octal242321730124304447511045
Binary1010001011010111101101010100110001001001001111011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A7B; }

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

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

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

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

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

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

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

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