#A610C0

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

Shades of Dark Violet #A610C0

Tints of Dark Violet #A610C0

Color information

#A610C0 (or 0xA610C0) is unknown color: approx Dark Violet. HEX triplet: A6, 10 and C0. RGB value is (166,16,192). Sum of RGB (Red+Green+Blue) = 166+16+192=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #A610C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610C0 is #59EF3F. Grayscale: #505050. Windows color (decimal): -5893952 or 12587174. OLE color: 12587174.

HSL color Cylindrical-coordinate representation of color #A610C0: hue angle of 291.14º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A610C0 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16616192-
CMYK0.140.9200.25
HSL291.14º84.62%40.78%-
HSV(B)291.14º91.67%75.29%-
XYZ25.4312.2850.9-
YUV80.91190.7188.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 16 (6.64% from 255) = 4.28%
BLUE value IS 192 (75.39% from 255) = 51.34%
R=44.39%
G=4.28%
B=51.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166161920.140.9200.25291.1484.6240.78
HexA610C0E5C0191235529
Octal246203001613403144312551
Binary101001101000011000000111010111000110011001000111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A610C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A610C0; }

 p { color: rgb(166,16,192); }

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

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

 a { background-color: rgb(166,16,192); }

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

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

 span { border-color: rgb(166,16,192); }

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