#A015BF

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

Shades of Dark Violet #A015BF

Tints of Dark Violet #A015BF

Color information

#A015BF (or 0xA015BF) is unknown color: approx Dark Violet. HEX triplet: A0, 15 and BF. RGB value is (160,21,191). Sum of RGB (Red+Green+Blue) = 160+21+191=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #A015BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015BF is #5FEA40. Grayscale: #515151. Windows color (decimal): -6285889 or 12522912. OLE color: 12522912.

HSL color Cylindrical-coordinate representation of color #A015BF: hue angle of 289.06º 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 #A015BF is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16021191-
CMYK0.160.8900.25
HSL289.06º80.19%41.57%-
HSV(B)289.06º89.01%74.9%-
XYZ24.1711.7750.29-
YUV81.94189.55183.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.01%
GREEN value IS 21 (8.59% from 255) = 5.65%
BLUE value IS 191 (75% from 255) = 51.34%
R=43.01%
G=5.65%
B=51.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160211910.160.8900.25289.0680.1941.57
HexA015BF1059019121502a
Octal240252772013103144112052
Binary1010000010101101111111000010110010110011001000011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A015BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A015BF; }

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

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

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

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

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

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

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

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