#A80ABF

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

Shades of Dark Violet #A80ABF

Tints of Dark Violet #A80ABF

Color information

#A80ABF (or 0xA80ABF) is unknown color: approx Dark Violet. HEX triplet: A8, 0A and BF. RGB value is (168,10,191). Sum of RGB (Red+Green+Blue) = 168+10+191=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #A80ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80ABF is #57F540. Grayscale: #4D4D4D. Windows color (decimal): -5764417 or 12520104. OLE color: 12520104.

HSL color Cylindrical-coordinate representation of color #A80ABF: hue angle of 292.38º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80ABF is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16810191-
CMYK0.120.9500.25
HSL292.38º90.05%39.41%-
HSV(B)292.38º94.76%74.9%-
XYZ25.6612.350.31-
YUV77.88191.85192.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 10 (4.30% from 255) = 2.71%
BLUE value IS 191 (75% from 255) = 51.76%
R=45.53%
G=2.71%
B=51.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168101910.120.9500.25292.3890.0539.41
HexA8ABFC5F0191245a27
Octal250122771413703144413247
Binary10101000101010111111110010111110110011001001001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80ABF; }

 p { color: rgb(168,10,191); }

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

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

 a { background-color: rgb(168,10,191); }

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

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

 span { border-color: rgb(168,10,191); }

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