Shades of Violet Blue #AD67AA
Tints of Violet Blue #AD67AA
RGB
CMYK
RGB Variations
Color information
#AD67AA (or 0xAD67AA) is known color: Violet Blue. HEX triplet: AD, 67 and AA. RGB value is (173,103,170). Sum of RGB (Red+Green+Blue) = 173+103+170=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD67AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD67AA is #529855. Grayscale: #838383. Windows color (decimal): -5412950 or 11167661. OLE color: 11167661.
HSL color Cylindrical-coordinate representation of color #AD67AA: hue angle of 302.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD67AA is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 170 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.32 |
| HSL | 302.57º | 0.3% | 0.54% | - |
| HSV(B) | 302.57º | 0.4% | 0.68% | - |
| XYZ | 29.34 | 21.49 | 40.63 | - |
| YUV | 131.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 170 | 0 | 0.40 | 0.02 | 0.32 | 302.57 | 0.3 | 0.54 |
| Hex | AD | 67 | AA | 0 | 28 | 2 | 20 | 12F | 1E | 36 |
| Octal | 255 | 147 | 252 | 0 | 50 | 2 | 40 | 457 | 36 | 66 |
| Binary | 10101101 | 1100111 | 10101010 | 0 | 101000 | 10 | 100000 | 100101111 | 11110 | 110110 |
Color Harmonies of #AD67AA
Complementary color
Monochromatic Colors of #AD67AA
Black with #AD67AA
Text Example
Text Example
White with #AD67AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67AA; }
p { color: rgb(173,103,170); }
H1.HeaderClassName
{
color: #AD67AA;
}
.AnyTagClassName
{
color: #AD67AA;
}
</style>
background-color css
<style>
a { background-color: #AD67AA; }
a { background-color: rgb(173,103,170); }
div.DivClassName
{
background-color: #AD67AA;
}
.BgClassName
{
background-color: #AD67AA;
}
</style>
border-color css
<style>
span { border-color: #AD67AA; }
span { border-color: rgb(173,103,170); }
td.TdClassName
{
border-color: #AD67AA;
}
.TagClassName
{
border-color: #AD67AA;
}
</style>