#A80CC5

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

Shades of Dark Violet #A80CC5

Tints of Dark Violet #A80CC5

Color information

#A80CC5 (or 0xA80CC5) is unknown color: approx Dark Violet. HEX triplet: A8, 0C and C5. RGB value is (168,12,197). Sum of RGB (Red+Green+Blue) = 168+12+197=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #A80CC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CC5 is #57F33A. Grayscale: #4F4F4F. Windows color (decimal): -5763899 or 12913832. OLE color: 12913832.

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

Color convert

RGB16812197-
CMYK0.150.9400.23
HSL290.59º88.52%40.98%-
HSV(B)290.59º93.91%77.25%-
XYZ26.3612.6253.87-
YUV79.73194.18190.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 12 (5.08% from 255) = 3.18%
BLUE value IS 197 (77.34% from 255) = 52.25%
R=44.56%
G=3.18%
B=52.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168121970.150.9400.23290.5988.5240.98
HexA8CC5F5E0171235929
Octal250143051713602744313151
Binary10101000110011000101111110111100101111001000111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80CC5; }

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

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

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

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

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

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

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

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