#A80EB6

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

Shades of Dark Violet #A80EB6

Tints of Dark Violet #A80EB6

Color information

#A80EB6 (or 0xA80EB6) is unknown color: approx Dark Violet. HEX triplet: A8, 0E and B6. RGB value is (168,14,182). Sum of RGB (Red+Green+Blue) = 168+14+182=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #A80EB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80EB6 is #57F149. Grayscale: #4E4E4E. Windows color (decimal): -5763402 or 11931304. OLE color: 11931304.

HSL color Cylindrical-coordinate representation of color #A80EB6: hue angle of 295º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80EB6 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16814182-
CMYK0.080.9200.29
HSL295º85.71%38.43%-
HSV(B)295º92.31%71.37%-
XYZ24.7512.0245.27-
YUV79.2186.02191.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.15%
GREEN value IS 14 (5.86% from 255) = 3.85%
BLUE value IS 182 (71.48% from 255) = 50%
R=46.15%
G=3.85%
B=50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168141820.080.9200.2929585.7138.43
HexA8EB685C01D1275626
Octal250162661013403544712646
Binary10101000111010110110100010111000111011001001111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80EB6; }

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

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

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

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

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

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

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

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