#A80EBD

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

Shades of Dark Violet #A80EBD

Tints of Dark Violet #A80EBD

Color information

#A80EBD (or 0xA80EBD) is unknown color: approx Dark Violet. HEX triplet: A8, 0E and BD. RGB value is (168,14,189). Sum of RGB (Red+Green+Blue) = 168+14+189=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #A80EBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80EBD is #57F142. Grayscale: #4F4F4F. Windows color (decimal): -5763395 or 12390056. OLE color: 12390056.

HSL color Cylindrical-coordinate representation of color #A80EBD: hue angle of 292.8º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80EBD is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16814189-
CMYK0.110.9300.26
HSL292.8º86.21%39.8%-
HSV(B)292.8º92.59%74.12%-
XYZ25.4912.3149.18-
YUV80189.52190.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 14 (5.86% from 255) = 3.77%
BLUE value IS 189 (74.22% from 255) = 50.94%
R=45.28%
G=3.77%
B=50.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168141890.110.9300.26292.886.2139.8
HexA8EBDB5D01A1255628
Octal250162751313503244512650
Binary10101000111010111101101110111010110101001001011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80EBD; }

 p { color: rgb(168,14,189); }

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

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

 a { background-color: rgb(168,14,189); }

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

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

 span { border-color: rgb(168,14,189); }

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