#A0228E

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

Shades of Dark Purple #A0228E

Tints of Dark Purple #A0228E

Color information

#A0228E (or 0xA0228E) is unknown color: approx Dark Purple. HEX triplet: A0, 22 and 8E. RGB value is (160,34,142). Sum of RGB (Red+Green+Blue) = 160+34+142=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0228E is #5FDD71. Grayscale: #535353. Windows color (decimal): -6282610 or 9314976. OLE color: 9314976.

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

Color convert

RGB16034142-
CMYK00.790.110.37
HSL308.57º64.95%38.04%-
HSV(B)308.57º78.75%62.75%-
XYZ19.9510.5726.58-
YUV83.99160.74182.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.62%
GREEN value IS 34 (13.67% from 255) = 10.12%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=47.62%
G=10.12%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603414200.790.110.37308.5764.9538.04
HexA0228E04FB251354126
Octal240422160117134546510146
Binary10100000100010100011100100111110111001011001101011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0228E; }

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

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

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

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

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

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

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

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