#A60BB6

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

Shades of Dark Violet #A60BB6

Tints of Dark Violet #A60BB6

Color information

#A60BB6 (or 0xA60BB6) is unknown color: approx Dark Violet. HEX triplet: A6, 0B and B6. RGB value is (166,11,182). Sum of RGB (Red+Green+Blue) = 166+11+182=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #A60BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60BB6 is #59F449. Grayscale: #4C4C4C. Windows color (decimal): -5895242 or 11930534. OLE color: 11930534.

HSL color Cylindrical-coordinate representation of color #A60BB6: hue angle of 294.39º 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 #A60BB6 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16611182-
CMYK0.090.9400.29
HSL294.39º88.6%37.84%-
HSV(B)294.39º93.96%71.37%-
XYZ24.2911.7245.24-
YUV76.84187.35191.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 11 (4.69% from 255) = 3.06%
BLUE value IS 182 (71.48% from 255) = 50.70%
R=46.24%
G=3.06%
B=50.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166111820.090.9400.29294.3988.637.84
HexA6BB695E01D1265926
Octal246132661113603544613146
Binary10100110101110110110100110111100111011001001101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60BB6; }

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

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

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

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

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

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

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

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