#A00EB0

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

Shades of Dark Violet #A00EB0

Tints of Dark Violet #A00EB0

Color information

#A00EB0 (or 0xA00EB0) is unknown color: approx Dark Violet. HEX triplet: A0, 0E and B0. RGB value is (160,14,176). Sum of RGB (Red+Green+Blue) = 160+14+176=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #A00EB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00EB0 is #5FF14F. Grayscale: #4B4B4B. Windows color (decimal): -6287696 or 11538080. OLE color: 11538080.

HSL color Cylindrical-coordinate representation of color #A00EB0: hue angle of 294.07º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00EB0 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16014176-
CMYK0.090.9200.31
HSL294.07º85.26%37.25%-
HSV(B)294.07º92.05%69.02%-
XYZ22.4910.9242-
YUV76.12184.37187.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 14 (5.86% from 255) = 4%
BLUE value IS 176 (69.14% from 255) = 50.29%
R=45.71%
G=4%
B=50.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160141760.090.9200.31294.0785.2637.25
HexA0EB095C01F1265525
Octal240162601113403744612545
Binary10100000111010110000100110111000111111001001101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00EB0; }

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

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

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

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

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

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

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

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