#a60dc4

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

Shades of Dark Violet #A60DC4

Tints of Dark Violet #A60DC4

Color information

#A60DC4 (or 0xA60DC4) is unknown color: approx Dark Violet. HEX triplet: A6, 0D and C4. RGB value is (166,13,196). Sum of RGB (Red+Green+Blue) = 166+13+196=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #A60DC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DC4 is #59F23B. Grayscale: #4F4F4F. Windows color (decimal): -5894716 or 12848550. OLE color: 12848550.

HSL color Cylindrical-coordinate representation of color #A60DC4: hue angle of 290.16º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60DC4 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16613196-
CMYK0.150.9300.23
HSL290.16º87.56%40.98%-
HSV(B)290.16º93.37%76.86%-
XYZ25.8312.3853.25-
YUV79.61193.69189.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 13 (5.47% from 255) = 3.47%
BLUE value IS 196 (76.95% from 255) = 52.27%
R=44.27%
G=3.47%
B=52.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal166131960.150.9300.23290.1687.5640.98
HexA6DC4F5D0171225829
Octal246153041713502744213051
Binary10100110110111000100111110111010101111001000101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a60dc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a60dc4; }

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

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

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

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

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

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

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

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