#A015BA

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

Shades of Dark Violet #A015BA

Tints of Dark Violet #A015BA

Color information

#A015BA (or 0xA015BA) is unknown color: approx Dark Violet. HEX triplet: A0, 15 and BA. RGB value is (160,21,186). Sum of RGB (Red+Green+Blue) = 160+21+186=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #A015BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015BA is #5FEA45. Grayscale: #505050. Windows color (decimal): -6285894 or 12195232. OLE color: 12195232.

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

Color convert

RGB16021186-
CMYK0.140.8900.27
HSL290.55º79.71%40.59%-
HSV(B)290.55º88.71%72.94%-
XYZ23.6311.5647.44-
YUV81.37187.05184.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 21 (8.59% from 255) = 5.72%
BLUE value IS 186 (73.05% from 255) = 50.68%
R=43.60%
G=5.72%
B=50.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160211860.140.8900.27290.5579.7140.59
HexA015BAE5901B1235029
Octal240252721613103344312051
Binary101000001010110111010111010110010110111001000111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A015BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A015BA; }

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

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

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

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

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

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

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

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