#A02896

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

Shades of Dark Purple #A02896

Tints of Dark Purple #A02896

Color information

#A02896 (or 0xA02896) is unknown color: approx Dark Purple. HEX triplet: A0, 28 and 96. RGB value is (160,40,150). Sum of RGB (Red+Green+Blue) = 160+40+150=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A02896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02896 is #5FD769. Grayscale: #585858. Windows color (decimal): -6281066 or 9840800. OLE color: 9840800.

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

Color convert

RGB16040150-
CMYK00.750.060.37
HSL305º60%39.22%-
HSV(B)305º75%62.75%-
XYZ20.7611.1929.92-
YUV88.42162.76179.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 40 (16.02% from 255) = 11.43%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=45.71%
G=11.43%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604015000.750.060.373056039.22
HexA0289604B6251313c27
Octal2405022601136454617447
Binary101000001010001001011001001011110100101100110001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02896; }

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

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

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

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

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

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

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

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