#A60BB0

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

Shades of Dark Violet #A60BB0

Tints of Dark Violet #A60BB0

Color information

#A60BB0 (or 0xA60BB0) is unknown color: approx Dark Violet. HEX triplet: A6, 0B and B0. RGB value is (166,11,176). Sum of RGB (Red+Green+Blue) = 166+11+176=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 176 (69.14% from 255 or 49.86% from 353); Max value from RGB is 176 - color contains mainly: blue. Hex color #A60BB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60BB0 is #59F44F. Grayscale: #4B4B4B. Windows color (decimal): -5895248 or 11537318. OLE color: 11537318.

HSL color Cylindrical-coordinate representation of color #A60BB0: hue angle of 296.36º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60BB0 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16611176-
CMYK0.060.9400.31
HSL296.36º88.24%36.67%-
HSV(B)296.36º93.75%69.02%-
XYZ23.6811.4842.04-
YUV76.16184.35192.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 11 (4.69% from 255) = 3.12%
BLUE value IS 176 (69.14% from 255) = 49.86%
R=47.03%
G=3.12%
B=49.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166111760.060.9400.31296.3688.2436.67
HexA6BB065E01F1285825
Octal24613260613603745013045
Binary1010011010111011000011010111100111111001010001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60BB0; }

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

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

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

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

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

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

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

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