#A00EB2

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

Shades of Dark Violet #A00EB2

Tints of Dark Violet #A00EB2

Color information

#A00EB2 (or 0xA00EB2) is unknown color: approx Dark Violet. HEX triplet: A0, 0E and B2. RGB value is (160,14,178). Sum of RGB (Red+Green+Blue) = 160+14+178=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #A00EB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00EB2 is #5FF14D. Grayscale: #4B4B4B. Windows color (decimal): -6287694 or 11669152. OLE color: 11669152.

HSL color Cylindrical-coordinate representation of color #A00EB2: hue angle of 293.41º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00EB2 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16014178-
CMYK0.100.9200.30
HSL293.41º85.42%37.65%-
HSV(B)293.41º92.13%69.8%-
XYZ22.691143.05-
YUV76.35185.37187.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 14 (5.86% from 255) = 3.98%
BLUE value IS 178 (69.92% from 255) = 50.57%
R=45.45%
G=3.98%
B=50.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160141780.100.9200.30293.4185.4237.65
HexA0EB2A5C01E1255526
Octal240162621213403644512546
Binary10100000111010110010101010111000111101001001011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00EB2; }

 p { color: rgb(160,14,178); }

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

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

 a { background-color: rgb(160,14,178); }

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

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

 span { border-color: rgb(160,14,178); }

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