#A80AC5

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

Shades of Dark Violet #A80AC5

Tints of Dark Violet #A80AC5

Color information

#A80AC5 (or 0xA80AC5) is unknown color: approx Dark Violet. HEX triplet: A8, 0A and C5. RGB value is (168,10,197). Sum of RGB (Red+Green+Blue) = 168+10+197=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 197 (77.34% from 255 or 52.53% from 375); Max value from RGB is 197 - color contains mainly: blue. Hex color #A80AC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80AC5 is #57F53A. Grayscale: #4D4D4D. Windows color (decimal): -5764411 or 12913320. OLE color: 12913320.

HSL color Cylindrical-coordinate representation of color #A80AC5: hue angle of 290.7º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80AC5 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16810197-
CMYK0.150.9500.23
HSL290.7º90.34%40.59%-
HSV(B)290.7º94.92%77.25%-
XYZ26.3412.5753.86-
YUV78.56194.85191.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 10 (4.30% from 255) = 2.67%
BLUE value IS 197 (77.34% from 255) = 52.53%
R=44.8%
G=2.67%
B=52.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168101970.150.9500.23290.790.3440.59
HexA8AC5F5F0171235a29
Octal250123051713702744313251
Binary10101000101011000101111110111110101111001000111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80AC5; }

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

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

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

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

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

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

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

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