#A80CB4

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

Shades of Dark Violet #A80CB4

Tints of Dark Violet #A80CB4

Color information

#A80CB4 (or 0xA80CB4) is unknown color: approx Dark Violet. HEX triplet: A8, 0C and B4. RGB value is (168,12,180). Sum of RGB (Red+Green+Blue) = 168+12+180=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #A80CB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CB4 is #57F34B. Grayscale: #4D4D4D. Windows color (decimal): -5763916 or 11799720. OLE color: 11799720.

HSL color Cylindrical-coordinate representation of color #A80CB4: hue angle of 295.71º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80CB4 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16812180-
CMYK0.070.9300.29
HSL295.71º87.5%37.65%-
HSV(B)295.71º93.33%70.59%-
XYZ24.5211.8844.18-
YUV77.8185.68192.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.67%
GREEN value IS 12 (5.08% from 255) = 3.33%
BLUE value IS 180 (70.70% from 255) = 50%
R=46.67%
G=3.33%
B=50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168121800.070.9300.29295.7187.537.65
HexA8CB475D01D1285826
Octal25014264713503545013046
Binary1010100011001011010011110111010111011001010001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80CB4; }

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

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

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

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

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

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

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

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