#A0228D

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

Shades of Dark Purple #A0228D

Tints of Dark Purple #A0228D

Color information

#A0228D (or 0xA0228D) is unknown color: approx Dark Purple. HEX triplet: A0, 22 and 8D. RGB value is (160,34,141). Sum of RGB (Red+Green+Blue) = 160+34+141=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0228D is #5FDD72. Grayscale: #535353. Windows color (decimal): -6282611 or 9249440. OLE color: 9249440.

HSL color Cylindrical-coordinate representation of color #A0228D: hue angle of 309.05º 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 #A0228D is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16034141-
CMYK00.790.120.37
HSL309.05º64.95%38.04%-
HSV(B)309.05º78.75%62.75%-
XYZ19.8810.5426.19-
YUV83.87160.24182.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 34 (13.67% from 255) = 10.15%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=47.76%
G=10.15%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603414100.790.120.37309.0564.9538.04
HexA0228D04FC251354126
Octal240422150117144546510146
Binary10100000100010100011010100111111001001011001101011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0228D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0228D; }

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

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

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

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

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

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

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

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