#A80BBF

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

Shades of Dark Violet #A80BBF

Tints of Dark Violet #A80BBF

Color information

#A80BBF (or 0xA80BBF) is unknown color: approx Dark Violet. HEX triplet: A8, 0B and BF. RGB value is (168,11,191). Sum of RGB (Red+Green+Blue) = 168+11+191=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #A80BBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80BBF is #57F440. Grayscale: #4D4D4D. Windows color (decimal): -5764161 or 12520360. OLE color: 12520360.

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

Color convert

RGB16811191-
CMYK0.120.9400.25
HSL292.33º89.11%39.61%-
HSV(B)292.33º94.24%74.9%-
XYZ25.6712.3350.32-
YUV78.46191.51191.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.41%
GREEN value IS 11 (4.69% from 255) = 2.97%
BLUE value IS 191 (75% from 255) = 51.62%
R=45.41%
G=2.97%
B=51.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168111910.120.9400.25292.3389.1139.61
HexA8BBFC5E0191245928
Octal250132771413603144413150
Binary10101000101110111111110010111100110011001001001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80BBF; }

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

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

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

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

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

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

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

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