#A2228E

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

Shades of Dark Purple #A2228E

Tints of Dark Purple #A2228E

Color information

#A2228E (or 0xA2228E) is unknown color: approx Dark Purple. HEX triplet: A2, 22 and 8E. RGB value is (162,34,142). Sum of RGB (Red+Green+Blue) = 162+34+142=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2228E is #5DDD71. Grayscale: #545454. Windows color (decimal): -6151538 or 9314978. OLE color: 9314978.

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

Color convert

RGB16234142-
CMYK00.790.120.36
HSL309.38º65.31%38.43%-
HSV(B)309.38º79.01%63.53%-
XYZ20.3510.7826.6-
YUV84.58160.41183.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 34 (13.67% from 255) = 10.06%
BLUE value IS 142 (55.86% from 255) = 42.01%
R=47.93%
G=10.06%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623414200.790.120.36309.3865.3138.43
HexA2228E04FC241354126
Octal242422160117144446510146
Binary10100010100010100011100100111111001001001001101011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2228E; }

 p { color: rgb(162,34,142); }

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

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

 a { background-color: rgb(162,34,142); }

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

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

 span { border-color: rgb(162,34,142); }

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