Shades of Violet Blue #AD509A
Tints of Violet Blue #AD509A
RGB
CMYK
RGB Variations
Color information
#AD509A (or 0xAD509A) is known color: Violet Blue. HEX triplet: AD, 50 and 9A. RGB value is (173,80,154). Sum of RGB (Red+Green+Blue) = 173+80+154=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD509A is #52AF65. Grayscale: #747474. Windows color (decimal): -5418854 or 10113197. OLE color: 10113197.
HSL color Cylindrical-coordinate representation of color #AD509A: hue angle of 312.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD509A is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 154 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.32 |
| HSL | 312.26º | 0.37% | 0.5% | - |
| HSV(B) | 312.26º | 0.54% | 0.68% | - |
| XYZ | 25.93 | 16.95 | 32.48 | - |
| YUV | 116.24 | 149.31 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 154 | 0 | 0.54 | 0.11 | 0.32 | 312.26 | 0.37 | 0.5 |
| Hex | AD | 50 | 9A | 0 | 36 | B | 20 | 138 | 25 | 32 |
| Octal | 255 | 120 | 232 | 0 | 66 | 13 | 40 | 470 | 45 | 62 |
| Binary | 10101101 | 1010000 | 10011010 | 0 | 110110 | 1011 | 100000 | 100111000 | 100101 | 110010 |
Color Harmonies of #AD509A
Complementary color
Monochromatic Colors of #AD509A
Black with #AD509A
Text Example
Text Example
White with #AD509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD509A; }
p { color: rgb(173,80,154); }
H1.HeaderClassName
{
color: #AD509A;
}
.AnyTagClassName
{
color: #AD509A;
}
</style>
background-color css
<style>
a { background-color: #AD509A; }
a { background-color: rgb(173,80,154); }
div.DivClassName
{
background-color: #AD509A;
}
.BgClassName
{
background-color: #AD509A;
}
</style>
border-color css
<style>
span { border-color: #AD509A; }
span { border-color: rgb(173,80,154); }
td.TdClassName
{
border-color: #AD509A;
}
.TagClassName
{
border-color: #AD509A;
}
</style>