#A015B4

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

Shades of Dark Violet #A015B4

Tints of Dark Violet #A015B4

Color information

#A015B4 (or 0xA015B4) is unknown color: approx Dark Violet. HEX triplet: A0, 15 and B4. RGB value is (160,21,180). Sum of RGB (Red+Green+Blue) = 160+21+180=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #A015B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015B4 is #5FEA4B. Grayscale: #505050. Windows color (decimal): -6285900 or 11802016. OLE color: 11802016.

HSL color Cylindrical-coordinate representation of color #A015B4: hue angle of 292.45º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A015B4 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16021180-
CMYK0.110.8800.29
HSL292.45º79.1%39.41%-
HSV(B)292.45º88.33%70.59%-
XYZ2311.3144.15-
YUV80.69184.05184.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 21 (8.59% from 255) = 5.82%
BLUE value IS 180 (70.70% from 255) = 49.86%
R=44.32%
G=5.82%
B=49.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160211800.110.8800.29292.4579.139.41
HexA015B4B5801D1244f27
Octal240252641313003544411747
Binary101000001010110110100101110110000111011001001001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A015B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A015B4; }

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

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

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

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

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

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

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

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