#A60AB6

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

Shades of Dark Violet #A60AB6

Tints of Dark Violet #A60AB6

Color information

#A60AB6 (or 0xA60AB6) is unknown color: approx Dark Violet. HEX triplet: A6, 0A and B6. RGB value is (166,10,182). Sum of RGB (Red+Green+Blue) = 166+10+182=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #A60AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60AB6 is #59F549. Grayscale: #4B4B4B. Windows color (decimal): -5895498 or 11930278. OLE color: 11930278.

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

Color convert

RGB16610182-
CMYK0.090.9500.29
HSL294.42º89.58%37.65%-
HSV(B)294.42º94.51%71.37%-
XYZ24.2811.745.23-
YUV76.25187.68192.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 10 (4.30% from 255) = 2.79%
BLUE value IS 182 (71.48% from 255) = 50.84%
R=46.37%
G=2.79%
B=50.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166101820.090.9500.29294.4289.5837.65
HexA6AB695F01D1265a26
Octal246122661113703544613246
Binary10100110101010110110100110111110111011001001101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60AB6; }

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

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

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

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

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

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

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

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