#A80BB6

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

Shades of Dark Violet #A80BB6

Tints of Dark Violet #A80BB6

Color information

#A80BB6 (or 0xA80BB6) is unknown color: approx Dark Violet. HEX triplet: A8, 0B and B6. RGB value is (168,11,182). Sum of RGB (Red+Green+Blue) = 168+11+182=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #A80BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80BB6 is #57F449. Grayscale: #4C4C4C. Windows color (decimal): -5764170 or 11930536. OLE color: 11930536.

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

Color convert

RGB16811182-
CMYK0.080.9400.29
HSL295.09º88.6%37.84%-
HSV(B)295.09º93.96%71.37%-
XYZ24.7111.9445.26-
YUV77.44187.01192.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.54%
GREEN value IS 11 (4.69% from 255) = 3.05%
BLUE value IS 182 (71.48% from 255) = 50.42%
R=46.54%
G=3.05%
B=50.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168111820.080.9400.29295.0988.637.84
HexA8BB685E01D1275926
Octal250132661013603544713146
Binary10101000101110110110100010111100111011001001111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80BB6; }

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

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

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

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

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

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

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

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