#A60FCB

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

Shades of Dark Violet #A60FCB

Tints of Dark Violet #A60FCB

Color information

#A60FCB (or 0xA60FCB) is unknown color: approx Dark Violet. HEX triplet: A6, 0F and CB. RGB value is (166,15,203). Sum of RGB (Red+Green+Blue) = 166+15+203=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #A60FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FCB is #59F034. Grayscale: #505050. Windows color (decimal): -5894197 or 13307814. OLE color: 13307814.

HSL color Cylindrical-coordinate representation of color #A60FCB: hue angle of 288.19º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60FCB is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16615203-
CMYK0.180.9300.20
HSL288.19º86.24%42.75%-
HSV(B)288.19º92.61%79.61%-
XYZ26.6812.7657.56-
YUV81.58196.53188.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 15 (6.25% from 255) = 3.91%
BLUE value IS 203 (79.69% from 255) = 52.86%
R=43.23%
G=3.91%
B=52.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166152030.180.9300.20288.1986.2442.75
HexA6FCB125D014120562b
Octal246173132213502444012653
Binary101001101111110010111001010111010101001001000001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60FCB; }

 p { color: rgb(166,15,203); }

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

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

 a { background-color: rgb(166,15,203); }

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

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

 span { border-color: rgb(166,15,203); }

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