#A60DBA

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

Shades of Dark Violet #A60DBA

Tints of Dark Violet #A60DBA

Color information

#A60DBA (or 0xA60DBA) is unknown color: approx Dark Violet. HEX triplet: A6, 0D and BA. RGB value is (166,13,186). Sum of RGB (Red+Green+Blue) = 166+13+186=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #A60DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DBA is #59F245. Grayscale: #4D4D4D. Windows color (decimal): -5894726 or 12193190. OLE color: 12193190.

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

Color convert

RGB16613186-
CMYK0.110.9300.27
HSL293.06º86.93%39.02%-
HSV(B)293.06º93.01%72.94%-
XYZ24.7311.9447.46-
YUV78.47188.69190.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 13 (5.47% from 255) = 3.56%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=45.48%
G=3.56%
B=50.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166131860.110.9300.27293.0686.9339.02
HexA6DBAB5D01B1255727
Octal246152721313503344512747
Binary10100110110110111010101110111010110111001001011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60DBA; }

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

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

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

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

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

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

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

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