#a60cba

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

Shades of Dark Violet #A60CBA

Tints of Dark Violet #A60CBA

Color information

#A60CBA (or 0xA60CBA) is unknown color: approx Dark Violet. HEX triplet: A6, 0C and BA. RGB value is (166,12,186). Sum of RGB (Red+Green+Blue) = 166+12+186=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #A60CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CBA is #59F345. Grayscale: #4D4D4D. Windows color (decimal): -5894982 or 12192934. OLE color: 12192934.

HSL color Cylindrical-coordinate representation of color #A60CBA: hue angle of 293.1º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60CBA is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16612186-
CMYK0.110.9400.27
HSL293.1º87.88%38.82%-
HSV(B)293.1º93.55%72.94%-
XYZ24.7211.9247.45-
YUV77.88189.02190.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 12 (5.08% from 255) = 3.30%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=45.60%
G=3.30%
B=51.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166121860.110.9400.27293.187.8838.82
HexA6CBAB5E01B1255827
Octal246142721313603344513047
Binary10100110110010111010101110111100110111001001011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a60cba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a60cba; }

 p { color: rgb(166,12,186); }

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

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

 a { background-color: rgb(166,12,186); }

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

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

 span { border-color: rgb(166,12,186); }

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