#A02894

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

Shades of Dark Purple #A02894

Tints of Dark Purple #A02894

Color information

#A02894 (or 0xA02894) is unknown color: approx Dark Purple. HEX triplet: A0, 28 and 94. RGB value is (160,40,148). Sum of RGB (Red+Green+Blue) = 160+40+148=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A02894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02894 is #5FD76B. Grayscale: #575757. Windows color (decimal): -6281068 or 9709728. OLE color: 9709728.

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

Color convert

RGB16040148-
CMYK00.750.070.37
HSL306º60%39.22%-
HSV(B)306º75%62.75%-
XYZ20.611.1329.08-
YUV88.19161.76179.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.98%
GREEN value IS 40 (16.02% from 255) = 11.49%
BLUE value IS 148 (58.20% from 255) = 42.53%
R=45.98%
G=11.49%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604014800.750.070.373066039.22
HexA0289404B7251323c27
Octal2405022401137454627447
Binary101000001010001001010001001011111100101100110010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02894; }

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

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

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

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

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

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

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

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