#A60EAF

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

Shades of Dark Violet #A60EAF

Tints of Dark Violet #A60EAF

Color information

#A60EAF (or 0xA60EAF) is unknown color: approx Dark Violet. HEX triplet: A6, 0E and AF. RGB value is (166,14,175). Sum of RGB (Red+Green+Blue) = 166+14+175=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #A60EAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60EAF is #59F150. Grayscale: #4D4D4D. Windows color (decimal): -5894481 or 11472550. OLE color: 11472550.

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

Color convert

RGB16614175-
CMYK0.050.9200.31
HSL296.65º85.19%37.06%-
HSV(B)296.65º92%68.63%-
XYZ23.6211.5241.54-
YUV77.8182.86190.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 14 (5.86% from 255) = 3.94%
BLUE value IS 175 (68.75% from 255) = 49.30%
R=46.76%
G=3.94%
B=49.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166141750.050.9200.31296.6585.1937.06
HexA6EAF55C01F1295525
Octal24616257513403745112545
Binary1010011011101010111110110111000111111001010011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60EAF; }

 p { color: rgb(166,14,175); }

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

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

 a { background-color: rgb(166,14,175); }

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

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

 span { border-color: rgb(166,14,175); }

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