#A60CE1

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

Shades of Dark Violet #A60CE1

Tints of Dark Violet #A60CE1

Color information

#A60CE1 (or 0xA60CE1) is unknown color: approx Dark Violet. HEX triplet: A6, 0C and E1. RGB value is (166,12,225). Sum of RGB (Red+Green+Blue) = 166+12+225=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #A60CE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CE1 is #59F31E. Grayscale: #515151. Windows color (decimal): -5894943 or 14748838. OLE color: 14748838.

HSL color Cylindrical-coordinate representation of color #A60CE1: hue angle of 283.38º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60CE1 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16612225-
CMYK0.260.9500.12
HSL283.38º89.87%46.47%-
HSV(B)283.38º94.67%88.24%-
XYZ29.4513.8172.35-
YUV82.33208.52187.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 12 (5.08% from 255) = 2.98%
BLUE value IS 225 (88.28% from 255) = 55.83%
R=41.19%
G=2.98%
B=55.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal166122250.260.9500.12283.3889.8746.47
HexA6CE11A5F0C11b5a2e
Octal246143413213701443313256
Binary10100110110011100001110101011111011001000110111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60CE1; }

 p { color: rgb(166,12,225); }

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

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

 a { background-color: rgb(166,12,225); }

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

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

 span { border-color: rgb(166,12,225); }

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