Shades of Dark Violet #A015BC
Tints of Dark Violet #A015BC
RGB
CMYK
RGB Variations
Color information
#A015BC (or 0xA015BC) is known color: Dark Violet. HEX triplet: A0, 15 and BC. RGB value is (160,21,188). Sum of RGB (Red+Green+Blue) = 160+21+188=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #A015BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015BC is #5FEA43. Grayscale: #515151. Windows color (decimal): -6285892 or 12326304. OLE color: 12326304.
HSL color Cylindrical-coordinate representation of color #A015BC: hue angle of 289.94º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A015BC is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 21 | 188 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.26 |
| HSL | 289.94º | 0.8% | 0.41% | - |
| HSV(B) | 289.94º | 0.89% | 0.74% | - |
| XYZ | 23.84 | 11.64 | 48.57 | - |
| YUV | 81.6 | 188.05 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 188 | 0.15 | 0.89 | 0 | 0.26 | 289.94 | 0.8 | 0.41 |
| Hex | A0 | 15 | BC | F | 59 | 0 | 1A | 122 | 50 | 29 |
| Octal | 240 | 25 | 274 | 17 | 131 | 0 | 32 | 442 | 120 | 51 |
| Binary | 10100000 | 10101 | 10111100 | 1111 | 1011001 | 0 | 11010 | 100100010 | 1010000 | 101001 |
Color Harmonies of #A015BC
Complementary color
Monochromatic Colors of #A015BC
Black with #A015BC
Text Example
Text Example
White with #A015BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A015BC; }
p { color: rgb(160,21,188); }
H1.HeaderClassName
{
color: #A015BC;
}
.AnyTagClassName
{
color: #A015BC;
}
</style>
background-color css
<style>
a { background-color: #A015BC; }
a { background-color: rgb(160,21,188); }
div.DivClassName
{
background-color: #A015BC;
}
.BgClassName
{
background-color: #A015BC;
}
</style>
border-color css
<style>
span { border-color: #A015BC; }
span { border-color: rgb(160,21,188); }
td.TdClassName
{
border-color: #A015BC;
}
.TagClassName
{
border-color: #A015BC;
}
</style>