Shades of Violet Blue #AD69A2
Tints of Violet Blue #AD69A2
RGB
CMYK
RGB Variations
Color information
#AD69A2 (or 0xAD69A2) is known color: Violet Blue. HEX triplet: AD, 69 and A2. RGB value is (173,105,162). Sum of RGB (Red+Green+Blue) = 173+105+162=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD69A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD69A2 is #52965D. Grayscale: #838383. Windows color (decimal): -5412446 or 10643885. OLE color: 10643885.
HSL color Cylindrical-coordinate representation of color #AD69A2: hue angle of 309.71º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD69A2 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 105 | 162 | - |
CMYK | 0 | 0.39 | 0.06 | 0.32 |
HSL | 309.71º | 0.29% | 0.55% | - |
HSV(B) | 309.71º | 0.39% | 0.68% | - |
XYZ | 28.81 | 21.6 | 36.83 | - |
YUV | 131.83 | 145.03 | 157.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 105 | 162 | 0 | 0.39 | 0.06 | 0.32 | 309.71 | 0.29 | 0.55 |
Hex | AD | 69 | A2 | 0 | 27 | 6 | 20 | 136 | 1D | 37 |
Octal | 255 | 151 | 242 | 0 | 47 | 6 | 40 | 466 | 35 | 67 |
Binary | 10101101 | 1101001 | 10100010 | 0 | 100111 | 110 | 100000 | 100110110 | 11101 | 110111 |
Color Harmonies of #AD69A2
Complementary color
Monochromatic Colors of #AD69A2
Black with #AD69A2
Text Example
Text Example
White with #AD69A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD69A2; }
p { color: rgb(173,105,162); }
H1.HeaderClassName
{
color: #AD69A2;
}
.AnyTagClassName
{
color: #AD69A2;
}
</style>
background-color css
<style>
a { background-color: #AD69A2; }
a { background-color: rgb(173,105,162); }
div.DivClassName
{
background-color: #AD69A2;
}
.BgClassName
{
background-color: #AD69A2;
}
</style>
border-color css
<style>
span { border-color: #AD69A2; }
span { border-color: rgb(173,105,162); }
td.TdClassName
{
border-color: #AD69A2;
}
.TagClassName
{
border-color: #AD69A2;
}
</style>