#A0208E

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

Shades of Dark Purple #A0208E

Tints of Dark Purple #A0208E

Color information

#A0208E (or 0xA0208E) is unknown color: approx Dark Purple. HEX triplet: A0, 20 and 8E. RGB value is (160,32,142). Sum of RGB (Red+Green+Blue) = 160+32+142=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0208E is #5FDF71. Grayscale: #525252. Windows color (decimal): -6283122 or 9314464. OLE color: 9314464.

HSL color Cylindrical-coordinate representation of color #A0208E: hue angle of 308.44º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0208E is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16032142-
CMYK00.800.110.37
HSL308.44º66.67%37.65%-
HSV(B)308.44º80%62.75%-
XYZ19.910.4626.56-
YUV82.81161.41183.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.90%
GREEN value IS 32 (12.89% from 255) = 9.58%
BLUE value IS 142 (55.86% from 255) = 42.51%
R=47.90%
G=9.58%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603214200.800.110.37308.4466.6737.65
HexA0208E050B251344326
Octal240402160120134546410346
Binary10100000100000100011100101000010111001011001101001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0208E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0208E; }

 p { color: rgb(160,32,142); }

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

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

 a { background-color: rgb(160,32,142); }

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

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

 span { border-color: rgb(160,32,142); }

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