Shades of Dark Violet #A50ABB
Tints of Dark Violet #A50ABB
RGB
CMYK
RGB Variations
Color information
#A50ABB (or 0xA50ABB) is known color: Dark Violet. HEX triplet: A5, 0A and BB. RGB value is (165,10,187). Sum of RGB (Red+Green+Blue) = 165+10+187=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #A50ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50ABB is #5AF544. Grayscale: #4B4B4B. Windows color (decimal): -5961029 or 12257957. OLE color: 12257957.
HSL color Cylindrical-coordinate representation of color #A50ABB: hue angle of 292.54º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50ABB is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 10 | 187 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.27 |
| HSL | 292.54º | 0.9% | 0.39% | - |
| HSV(B) | 292.54º | 0.95% | 0.73% | - |
| XYZ | 24.6 | 11.8 | 48 | - |
| YUV | 76.52 | 190.35 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 187 | 0.12 | 0.95 | 0 | 0.27 | 292.54 | 0.9 | 0.39 |
| Hex | A5 | A | BB | C | 5F | 0 | 1B | 125 | 5A | 27 |
| Octal | 245 | 12 | 273 | 14 | 137 | 0 | 33 | 445 | 132 | 47 |
| Binary | 10100101 | 1010 | 10111011 | 1100 | 1011111 | 0 | 11011 | 100100101 | 1011010 | 100111 |
Color Harmonies of #A50ABB
Complementary color
Monochromatic Colors of #A50ABB
Black with #A50ABB
Text Example
Text Example
White with #A50ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50ABB; }
p { color: rgb(165,10,187); }
H1.HeaderClassName
{
color: #A50ABB;
}
.AnyTagClassName
{
color: #A50ABB;
}
</style>
background-color css
<style>
a { background-color: #A50ABB; }
a { background-color: rgb(165,10,187); }
div.DivClassName
{
background-color: #A50ABB;
}
.BgClassName
{
background-color: #A50ABB;
}
</style>
border-color css
<style>
span { border-color: #A50ABB; }
span { border-color: rgb(165,10,187); }
td.TdClassName
{
border-color: #A50ABB;
}
.TagClassName
{
border-color: #A50ABB;
}
</style>