Shades of Dark Violet #A50AB8
Tints of Dark Violet #A50AB8
RGB
CMYK
RGB Variations
Color information
#A50AB8 (or 0xA50AB8) is known color: Dark Violet. HEX triplet: A5, 0A and B8. RGB value is (165,10,184). Sum of RGB (Red+Green+Blue) = 165+10+184=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 184 (72.27% from 255 or 51.25% from 359); Max value from RGB is 184 - color contains mainly: blue. Hex color #A50AB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50AB8 is #5AF547. Grayscale: #4B4B4B. Windows color (decimal): -5961032 or 12061349. OLE color: 12061349.
HSL color Cylindrical-coordinate representation of color #A50AB8: hue angle of 293.45º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50AB8 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 10 | 184 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.28 |
| HSL | 293.45º | 0.9% | 0.38% | - |
| HSV(B) | 293.45º | 0.95% | 0.72% | - |
| XYZ | 24.28 | 11.68 | 46.32 | - |
| YUV | 76.18 | 188.85 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 184 | 0.10 | 0.95 | 0 | 0.28 | 293.45 | 0.9 | 0.38 |
| Hex | A5 | A | B8 | A | 5F | 0 | 1C | 125 | 5A | 26 |
| Octal | 245 | 12 | 270 | 12 | 137 | 0 | 34 | 445 | 132 | 46 |
| Binary | 10100101 | 1010 | 10111000 | 1010 | 1011111 | 0 | 11100 | 100100101 | 1011010 | 100110 |
Color Harmonies of #A50AB8
Complementary color
Monochromatic Colors of #A50AB8
Black with #A50AB8
Text Example
Text Example
White with #A50AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50AB8; }
p { color: rgb(165,10,184); }
H1.HeaderClassName
{
color: #A50AB8;
}
.AnyTagClassName
{
color: #A50AB8;
}
</style>
background-color css
<style>
a { background-color: #A50AB8; }
a { background-color: rgb(165,10,184); }
div.DivClassName
{
background-color: #A50AB8;
}
.BgClassName
{
background-color: #A50AB8;
}
</style>
border-color css
<style>
span { border-color: #A50AB8; }
span { border-color: rgb(165,10,184); }
td.TdClassName
{
border-color: #A50AB8;
}
.TagClassName
{
border-color: #A50AB8;
}
</style>