#A21E8C

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

Shades of Dark Purple #A21E8C

Tints of Dark Purple #A21E8C

Color information

#A21E8C (or 0xA21E8C) is unknown color: approx Dark Purple. HEX triplet: A2, 1E and 8C. RGB value is (162,30,140). Sum of RGB (Red+Green+Blue) = 162+30+140=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E8C is #5DE173. Grayscale: #515151. Windows color (decimal): -6152564 or 9182882. OLE color: 9182882.

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

Color convert

RGB16230140-
CMYK00.810.140.36
HSL310º68.75%37.65%-
HSV(B)310º81.48%63.53%-
XYZ20.110.525.78-
YUV82.01160.73185.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 30 (12.11% from 255) = 9.04%
BLUE value IS 140 (55.08% from 255) = 42.17%
R=48.80%
G=9.04%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623014000.810.140.3631068.7537.65
HexA21E8C051E241364526
Octal242362140121164446610546
Binary1010001011110100011000101000111101001001001101101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E8C; }

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

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

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

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

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

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

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

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