Shades of Dark Violet #A50AB6
Tints of Dark Violet #A50AB6
RGB
CMYK
RGB Variations
Color information
#A50AB6 (or 0xA50AB6) is known color: Dark Violet. HEX triplet: A5, 0A and B6. RGB value is (165,10,182). Sum of RGB (Red+Green+Blue) = 165+10+182=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #A50AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50AB6 is #5AF549. Grayscale: #4B4B4B. Windows color (decimal): -5961034 or 11930277. OLE color: 11930277.
HSL color Cylindrical-coordinate representation of color #A50AB6: hue angle of 294.07º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50AB6 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 10 | 182 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.29 |
| HSL | 294.07º | 0.9% | 0.38% | - |
| HSV(B) | 294.07º | 0.95% | 0.71% | - |
| XYZ | 24.07 | 11.59 | 45.23 | - |
| YUV | 75.95 | 187.85 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 182 | 0.09 | 0.95 | 0 | 0.29 | 294.07 | 0.9 | 0.38 |
| Hex | A5 | A | B6 | 9 | 5F | 0 | 1D | 126 | 5A | 26 |
| Octal | 245 | 12 | 266 | 11 | 137 | 0 | 35 | 446 | 132 | 46 |
| Binary | 10100101 | 1010 | 10110110 | 1001 | 1011111 | 0 | 11101 | 100100110 | 1011010 | 100110 |
Color Harmonies of #A50AB6
Complementary color
Monochromatic Colors of #A50AB6
Black with #A50AB6
Text Example
Text Example
White with #A50AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50AB6; }
p { color: rgb(165,10,182); }
H1.HeaderClassName
{
color: #A50AB6;
}
.AnyTagClassName
{
color: #A50AB6;
}
</style>
background-color css
<style>
a { background-color: #A50AB6; }
a { background-color: rgb(165,10,182); }
div.DivClassName
{
background-color: #A50AB6;
}
.BgClassName
{
background-color: #A50AB6;
}
</style>
border-color css
<style>
span { border-color: #A50AB6; }
span { border-color: rgb(165,10,182); }
td.TdClassName
{
border-color: #A50AB6;
}
.TagClassName
{
border-color: #A50AB6;
}
</style>