#A60AB2

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

Shades of Dark Violet #A60AB2

Tints of Dark Violet #A60AB2

Color information

#A60AB2 (or 0xA60AB2) is unknown color: approx Dark Violet. HEX triplet: A6, 0A and B2. RGB value is (166,10,178). Sum of RGB (Red+Green+Blue) = 166+10+178=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #A60AB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60AB2 is #59F54D. Grayscale: #4B4B4B. Windows color (decimal): -5895502 or 11668134. OLE color: 11668134.

HSL color Cylindrical-coordinate representation of color #A60AB2: hue angle of 295.71º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60AB2 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16610178-
CMYK0.070.9400.30
HSL295.71º89.36%36.86%-
HSV(B)295.71º94.38%69.8%-
XYZ23.8711.5443.09-
YUV75.8185.68192.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.89%
GREEN value IS 10 (4.30% from 255) = 2.82%
BLUE value IS 178 (69.92% from 255) = 50.28%
R=46.89%
G=2.82%
B=50.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal166101780.070.9400.30295.7189.3636.86
HexA6AB275E01E1285925
Octal24612262713603645013145
Binary1010011010101011001011110111100111101001010001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60AB2; }

 p { color: rgb(166,10,178); }

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

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

 a { background-color: rgb(166,10,178); }

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

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

 span { border-color: rgb(166,10,178); }

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