#A80BBD

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

Shades of Dark Violet #A80BBD

Tints of Dark Violet #A80BBD

Color information

#A80BBD (or 0xA80BBD) is unknown color: approx Dark Violet. HEX triplet: A8, 0B and BD. RGB value is (168,11,189). Sum of RGB (Red+Green+Blue) = 168+11+189=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #A80BBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80BBD is #57F442. Grayscale: #4D4D4D. Windows color (decimal): -5764163 or 12389288. OLE color: 12389288.

HSL color Cylindrical-coordinate representation of color #A80BBD: hue angle of 292.92º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80BBD is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16811189-
CMYK0.110.9400.26
HSL292.92º89%39.22%-
HSV(B)292.92º94.18%74.12%-
XYZ25.4512.2449.16-
YUV78.24190.51192.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.65%
GREEN value IS 11 (4.69% from 255) = 2.99%
BLUE value IS 189 (74.22% from 255) = 51.36%
R=45.65%
G=2.99%
B=51.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168111890.110.9400.26292.928939.22
HexA8BBDB5E01A1255927
Octal250132751313603244513147
Binary10101000101110111101101110111100110101001001011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80BBD; }

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

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

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

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

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

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

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

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