#A02890

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

Shades of Dark Purple #A02890

Tints of Dark Purple #A02890

Color information

#A02890 (or 0xA02890) is unknown color: approx Dark Purple. HEX triplet: A0, 28 and 90. RGB value is (160,40,144). Sum of RGB (Red+Green+Blue) = 160+40+144=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A02890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02890 is #5FD76F. Grayscale: #575757. Windows color (decimal): -6281072 or 9447584. OLE color: 9447584.

HSL color Cylindrical-coordinate representation of color #A02890: hue angle of 308º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02890 is Cyan = 0, Magento = 0.75, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB16040144-
CMYK00.750.10.37
HSL308º60%39.22%-
HSV(B)308º75%62.75%-
XYZ20.291127.44-
YUV87.74159.76179.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 40 (16.02% from 255) = 11.63%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=46.51%
G=11.63%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604014400.750.10.373086039.22
HexA0289004BA251343c27
Octal24050220011312454647447
Binary1010000010100010010000010010111010100101100110100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02890; }

 p { color: rgb(160,40,144); }

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

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

 a { background-color: rgb(160,40,144); }

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

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

 span { border-color: rgb(160,40,144); }

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