Shades of Dark Violet #A50ABC
Tints of Dark Violet #A50ABC
RGB
CMYK
RGB Variations
Color information
#A50ABC (or 0xA50ABC) is known color: Dark Violet. HEX triplet: A5, 0A and BC. RGB value is (165,10,188). Sum of RGB (Red+Green+Blue) = 165+10+188=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #A50ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50ABC is #5AF543. Grayscale: #4C4C4C. Windows color (decimal): -5961028 or 12323493. OLE color: 12323493.
HSL color Cylindrical-coordinate representation of color #A50ABC: hue angle of 292.25º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50ABC is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 10 | 188 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.26 |
| HSL | 292.25º | 0.9% | 0.39% | - |
| HSV(B) | 292.25º | 0.95% | 0.74% | - |
| XYZ | 24.7 | 11.85 | 48.56 | - |
| YUV | 76.64 | 190.85 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 188 | 0.12 | 0.95 | 0 | 0.26 | 292.25 | 0.9 | 0.39 |
| Hex | A5 | A | BC | C | 5F | 0 | 1A | 124 | 5A | 27 |
| Octal | 245 | 12 | 274 | 14 | 137 | 0 | 32 | 444 | 132 | 47 |
| Binary | 10100101 | 1010 | 10111100 | 1100 | 1011111 | 0 | 11010 | 100100100 | 1011010 | 100111 |
Color Harmonies of #A50ABC
Complementary color
Monochromatic Colors of #A50ABC
Black with #A50ABC
Text Example
Text Example
White with #A50ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50ABC; }
p { color: rgb(165,10,188); }
H1.HeaderClassName
{
color: #A50ABC;
}
.AnyTagClassName
{
color: #A50ABC;
}
</style>
background-color css
<style>
a { background-color: #A50ABC; }
a { background-color: rgb(165,10,188); }
div.DivClassName
{
background-color: #A50ABC;
}
.BgClassName
{
background-color: #A50ABC;
}
</style>
border-color css
<style>
span { border-color: #A50ABC; }
span { border-color: rgb(165,10,188); }
td.TdClassName
{
border-color: #A50ABC;
}
.TagClassName
{
border-color: #A50ABC;
}
</style>