Shades of Dark Violet #A50AB5
Tints of Dark Violet #A50AB5
RGB
CMYK
RGB Variations
Color information
#A50AB5 (or 0xA50AB5) is known color: Dark Violet. HEX triplet: A5, 0A and B5. RGB value is (165,10,181). Sum of RGB (Red+Green+Blue) = 165+10+181=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #A50AB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50AB5 is #5AF54A. Grayscale: #4B4B4B. Windows color (decimal): -5961035 or 11864741. OLE color: 11864741.
HSL color Cylindrical-coordinate representation of color #A50AB5: hue angle of 294.39º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50AB5 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 10 | 181 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.29 |
| HSL | 294.39º | 0.9% | 0.37% | - |
| HSV(B) | 294.39º | 0.94% | 0.71% | - |
| XYZ | 23.97 | 11.55 | 44.68 | - |
| YUV | 75.84 | 187.35 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 181 | 0.09 | 0.94 | 0 | 0.29 | 294.39 | 0.9 | 0.37 |
| Hex | A5 | A | B5 | 9 | 5E | 0 | 1D | 126 | 5A | 25 |
| Octal | 245 | 12 | 265 | 11 | 136 | 0 | 35 | 446 | 132 | 45 |
| Binary | 10100101 | 1010 | 10110101 | 1001 | 1011110 | 0 | 11101 | 100100110 | 1011010 | 100101 |
Color Harmonies of #A50AB5
Complementary color
Monochromatic Colors of #A50AB5
Black with #A50AB5
Text Example
Text Example
White with #A50AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50AB5; }
p { color: rgb(165,10,181); }
H1.HeaderClassName
{
color: #A50AB5;
}
.AnyTagClassName
{
color: #A50AB5;
}
</style>
background-color css
<style>
a { background-color: #A50AB5; }
a { background-color: rgb(165,10,181); }
div.DivClassName
{
background-color: #A50AB5;
}
.BgClassName
{
background-color: #A50AB5;
}
</style>
border-color css
<style>
span { border-color: #A50AB5; }
span { border-color: rgb(165,10,181); }
td.TdClassName
{
border-color: #A50AB5;
}
.TagClassName
{
border-color: #A50AB5;
}
</style>