#A80FE8

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

Shades of Dark Violet #A80FE8

Tints of Dark Violet #A80FE8

Color information

#A80FE8 (or 0xA80FE8) is unknown color: approx Dark Violet. HEX triplet: A8, 0F and E8. RGB value is (168,15,232). Sum of RGB (Red+Green+Blue) = 168+15+232=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 232 (91.02% from 255 or 55.90% from 415); Max value from RGB is 232 - color contains mainly: blue. Hex color #A80FE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80FE8 is #57F017. Grayscale: #545454. Windows color (decimal): -5763096 or 15208360. OLE color: 15208360.

HSL color Cylindrical-coordinate representation of color #A80FE8: hue angle of 282.3º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80FE8 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16815232-
CMYK0.280.9400.09
HSL282.3º87.85%48.43%-
HSV(B)282.3º93.53%90.98%-
XYZ30.8814.4977.51-
YUV85.48210.69186.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 15 (6.25% from 255) = 3.61%
BLUE value IS 232 (91.02% from 255) = 55.90%
R=40.48%
G=3.61%
B=55.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168152320.280.9400.09282.387.8548.43
HexA8FE81C5E0911a5830
Octal250173503413601143213060
Binary10101000111111101000111001011110010011000110101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80FE8; }

 p { color: rgb(168,15,232); }

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

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

 a { background-color: rgb(168,15,232); }

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

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

 span { border-color: rgb(168,15,232); }

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