#A60DE0

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

Shades of Dark Violet #A60DE0

Tints of Dark Violet #A60DE0

Color information

#A60DE0 (or 0xA60DE0) is unknown color: approx Dark Violet. HEX triplet: A6, 0D and E0. RGB value is (166,13,224). Sum of RGB (Red+Green+Blue) = 166+13+224=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #A60DE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DE0 is #59F21F. Grayscale: #525252. Windows color (decimal): -5894688 or 14683558. OLE color: 14683558.

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

Color convert

RGB16613224-
CMYK0.260.9400.12
HSL283.51º89.03%46.47%-
HSV(B)283.51º94.2%87.84%-
XYZ29.3213.7871.63-
YUV82.8207.69187.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 13 (5.47% from 255) = 3.23%
BLUE value IS 224 (87.89% from 255) = 55.58%
R=41.19%
G=3.23%
B=55.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal166132240.260.9400.12283.5189.0346.47
HexA6DE01A5E0C11c592e
Octal246153403213601443413156
Binary10100110110111100000110101011110011001000111001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60DE0; }

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

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

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

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

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

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

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

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