#A80CCF

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

Shades of Dark Violet #A80CCF

Tints of Dark Violet #A80CCF

Color information

#A80CCF (or 0xA80CCF) is unknown color: approx Dark Violet. HEX triplet: A8, 0C and CF. RGB value is (168,12,207). Sum of RGB (Red+Green+Blue) = 168+12+207=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #A80CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CCF is #57F330. Grayscale: #505050. Windows color (decimal): -5763889 or 13569192. OLE color: 13569192.

HSL color Cylindrical-coordinate representation of color #A80CCF: hue angle of 288º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80CCF is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16812207-
CMYK0.190.9400.19
HSL288º89.04%42.94%-
HSV(B)288º94.2%81.18%-
XYZ27.5413.0960.11-
YUV80.87199.18190.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.41%
GREEN value IS 12 (5.08% from 255) = 3.10%
BLUE value IS 207 (81.25% from 255) = 53.49%
R=43.41%
G=3.10%
B=53.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal168122070.190.9400.1928889.0442.94
HexA8CCF135E013120592b
Octal250143172313602344013153
Binary101010001100110011111001110111100100111001000001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80CCF; }

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

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

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

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

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

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

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

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