#A60DBF

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

Shades of Dark Violet #A60DBF

Tints of Dark Violet #A60DBF

Color information

#A60DBF (or 0xA60DBF) is unknown color: approx Dark Violet. HEX triplet: A6, 0D and BF. RGB value is (166,13,191). Sum of RGB (Red+Green+Blue) = 166+13+191=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #A60DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DBF is #59F240. Grayscale: #4E4E4E. Windows color (decimal): -5894721 or 12520870. OLE color: 12520870.

HSL color Cylindrical-coordinate representation of color #A60DBF: hue angle of 291.57º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60DBF is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16613191-
CMYK0.130.9300.25
HSL291.57º87.25%40%-
HSV(B)291.57º93.19%74.9%-
XYZ25.2712.1650.3-
YUV79.04191.19190.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 13 (5.47% from 255) = 3.51%
BLUE value IS 191 (75% from 255) = 51.62%
R=44.86%
G=3.51%
B=51.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166131910.130.9300.25291.5787.2540
HexA6DBFD5D0191245728
Octal246152771513503144412750
Binary10100110110110111111110110111010110011001001001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60DBF; }

 p { color: rgb(166,13,191); }

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

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

 a { background-color: rgb(166,13,191); }

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

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

 span { border-color: rgb(166,13,191); }

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