#A02B88

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

Shades of Dark Purple #A02B88

Tints of Dark Purple #A02B88

Color information

#A02B88 (or 0xA02B88) is unknown color: approx Dark Purple. HEX triplet: A0, 2B and 88. RGB value is (160,43,136). Sum of RGB (Red+Green+Blue) = 160+43+136=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02B88 is #5FD477. Grayscale: #585858. Windows color (decimal): -6280312 or 8924064. OLE color: 8924064.

HSL color Cylindrical-coordinate representation of color #A02B88: hue angle of 312.31º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02B88 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB16043136-
CMYK00.730.150.37
HSL312.31º57.64%39.8%-
HSV(B)312.31º73.12%62.75%-
XYZ19.8110.9824.37-
YUV88.58154.76178.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 43 (17.19% from 255) = 12.68%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=47.20%
G=12.68%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604313600.730.150.37312.3157.6439.8
HexA02B88049F251383a28
Octal24053210011117454707250
Binary1010000010101110001000010010011111100101100111000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B88; }

 p { color: rgb(160,43,136); }

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

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

 a { background-color: rgb(160,43,136); }

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

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

 span { border-color: rgb(160,43,136); }

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