#A615BA

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

Shades of Dark Violet #A615BA

Tints of Dark Violet #A615BA

Color information

#A615BA (or 0xA615BA) is unknown color: approx Dark Violet. HEX triplet: A6, 15 and BA. RGB value is (166,21,186). Sum of RGB (Red+Green+Blue) = 166+21+186=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #A615BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A615BA is #59EA45. Grayscale: #525252. Windows color (decimal): -5892678 or 12195238. OLE color: 12195238.

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

Color convert

RGB16621186-
CMYK0.110.8900.27
HSL292.73º79.71%40.59%-
HSV(B)292.73º88.71%72.94%-
XYZ24.8612.1947.5-
YUV83.16186.04187.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 21 (8.59% from 255) = 5.63%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=44.50%
G=5.63%
B=49.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166211860.110.8900.27292.7379.7140.59
HexA615BAB5901B1255029
Octal246252721313103344512051
Binary101001101010110111010101110110010110111001001011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A615BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A615BA; }

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

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

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

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

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

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

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

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