Shades of Violet Blue #AD609C
Tints of Violet Blue #AD609C
RGB
CMYK
RGB Variations
Color information
#AD609C (or 0xAD609C) is known color: Violet Blue. HEX triplet: AD, 60 and 9C. RGB value is (173,96,156). Sum of RGB (Red+Green+Blue) = 173+96+156=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD609C is #529F63. Grayscale: #7D7D7D. Windows color (decimal): -5414756 or 10248365. OLE color: 10248365.
HSL color Cylindrical-coordinate representation of color #AD609C: hue angle of 313.25º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD609C is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 156 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.32 |
| HSL | 313.25º | 0.32% | 0.53% | - |
| HSV(B) | 313.25º | 0.45% | 0.68% | - |
| XYZ | 27.42 | 19.65 | 33.8 | - |
| YUV | 125.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 156 | 0 | 0.45 | 0.10 | 0.32 | 313.25 | 0.32 | 0.53 |
| Hex | AD | 60 | 9C | 0 | 2D | A | 20 | 139 | 20 | 35 |
| Octal | 255 | 140 | 234 | 0 | 55 | 12 | 40 | 471 | 40 | 65 |
| Binary | 10101101 | 1100000 | 10011100 | 0 | 101101 | 1010 | 100000 | 100111001 | 100000 | 110101 |
Color Harmonies of #AD609C
Complementary color
Monochromatic Colors of #AD609C
Black with #AD609C
Text Example
Text Example
White with #AD609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD609C; }
p { color: rgb(173,96,156); }
H1.HeaderClassName
{
color: #AD609C;
}
.AnyTagClassName
{
color: #AD609C;
}
</style>
background-color css
<style>
a { background-color: #AD609C; }
a { background-color: rgb(173,96,156); }
div.DivClassName
{
background-color: #AD609C;
}
.BgClassName
{
background-color: #AD609C;
}
</style>
border-color css
<style>
span { border-color: #AD609C; }
span { border-color: rgb(173,96,156); }
td.TdClassName
{
border-color: #AD609C;
}
.TagClassName
{
border-color: #AD609C;
}
</style>