Shades of Dark Violet #A415BC
Tints of Dark Violet #A415BC
RGB
CMYK
RGB Variations
Color information
#A415BC (or 0xA415BC) is known color: Dark Violet. HEX triplet: A4, 15 and BC. RGB value is (164,21,188). Sum of RGB (Red+Green+Blue) = 164+21+188=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #A415BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A415BC is #5BEA43. Grayscale: #525252. Windows color (decimal): -6023748 or 12326308. OLE color: 12326308.
HSL color Cylindrical-coordinate representation of color #A415BC: hue angle of 291.38º 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 #A415BC is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 21 | 188 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.26 |
| HSL | 291.38º | 0.8% | 0.41% | - |
| HSV(B) | 291.38º | 0.89% | 0.74% | - |
| XYZ | 24.66 | 12.06 | 48.61 | - |
| YUV | 82.8 | 187.38 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 188 | 0.13 | 0.89 | 0 | 0.26 | 291.38 | 0.8 | 0.41 |
| Hex | A4 | 15 | BC | D | 59 | 0 | 1A | 123 | 50 | 29 |
| Octal | 244 | 25 | 274 | 15 | 131 | 0 | 32 | 443 | 120 | 51 |
| Binary | 10100100 | 10101 | 10111100 | 1101 | 1011001 | 0 | 11010 | 100100011 | 1010000 | 101001 |
Color Harmonies of #A415BC
Complementary color
Monochromatic Colors of #A415BC
Black with #A415BC
Text Example
Text Example
White with #A415BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A415BC; }
p { color: rgb(164,21,188); }
H1.HeaderClassName
{
color: #A415BC;
}
.AnyTagClassName
{
color: #A415BC;
}
</style>
background-color css
<style>
a { background-color: #A415BC; }
a { background-color: rgb(164,21,188); }
div.DivClassName
{
background-color: #A415BC;
}
.BgClassName
{
background-color: #A415BC;
}
</style>
border-color css
<style>
span { border-color: #A415BC; }
span { border-color: rgb(164,21,188); }
td.TdClassName
{
border-color: #A415BC;
}
.TagClassName
{
border-color: #A415BC;
}
</style>