#A60DC1

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

Shades of Dark Violet #A60DC1

Tints of Dark Violet #A60DC1

Color information

#A60DC1 (or 0xA60DC1) is unknown color: approx Dark Violet. HEX triplet: A6, 0D and C1. RGB value is (166,13,193). Sum of RGB (Red+Green+Blue) = 166+13+193=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #A60DC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DC1 is #59F23E. Grayscale: #4E4E4E. Windows color (decimal): -5894719 or 12651942. OLE color: 12651942.

HSL color Cylindrical-coordinate representation of color #A60DC1: hue angle of 291º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60DC1 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16613193-
CMYK0.140.9300.24
HSL291º87.38%40.39%-
HSV(B)291º93.26%75.69%-
XYZ25.512.2551.47-
YUV79.27192.19189.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.62%
GREEN value IS 13 (5.47% from 255) = 3.49%
BLUE value IS 193 (75.78% from 255) = 51.88%
R=44.62%
G=3.49%
B=51.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166131930.140.9300.2429187.3840.39
HexA6DC1E5D0181235728
Octal246153011613503044312750
Binary10100110110111000001111010111010110001001000111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60DC1; }

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

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

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

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

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

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

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

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