#A615BF

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

Shades of Dark Violet #A615BF

Tints of Dark Violet #A615BF

Color information

#A615BF (or 0xA615BF) is unknown color: approx Dark Violet. HEX triplet: A6, 15 and BF. RGB value is (166,21,191). Sum of RGB (Red+Green+Blue) = 166+21+191=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #A615BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A615BF is #59EA40. Grayscale: #535353. Windows color (decimal): -5892673 or 12522918. OLE color: 12522918.

HSL color Cylindrical-coordinate representation of color #A615BF: hue angle of 291.18º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A615BF is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16621191-
CMYK0.130.8900.25
HSL291.18º80.19%41.57%-
HSV(B)291.18º89.01%74.9%-
XYZ25.412.450.35-
YUV83.74188.54186.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 21 (8.59% from 255) = 5.56%
BLUE value IS 191 (75% from 255) = 50.53%
R=43.92%
G=5.56%
B=50.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166211910.130.8900.25291.1880.1941.57
HexA615BFD59019123502a
Octal246252771513103144312052
Binary101001101010110111111110110110010110011001000111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A615BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A615BF; }

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

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

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

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

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

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

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

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