Shades of Violet Blue #AD63A2
Tints of Violet Blue #AD63A2
RGB
CMYK
RGB Variations
Color information
#AD63A2 (or 0xAD63A2) is known color: Violet Blue. HEX triplet: AD, 63 and A2. RGB value is (173,99,162). Sum of RGB (Red+Green+Blue) = 173+99+162=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD63A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD63A2 is #529C5D. Grayscale: #808080. Windows color (decimal): -5413982 or 10642349. OLE color: 10642349.
HSL color Cylindrical-coordinate representation of color #AD63A2: hue angle of 308.92º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD63A2 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 162 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.32 |
| HSL | 308.92º | 0.31% | 0.53% | - |
| HSV(B) | 308.92º | 0.43% | 0.68% | - |
| XYZ | 28.22 | 20.42 | 36.64 | - |
| YUV | 128.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 162 | 0 | 0.43 | 0.06 | 0.32 | 308.92 | 0.31 | 0.53 |
| Hex | AD | 63 | A2 | 0 | 2B | 6 | 20 | 135 | 1F | 35 |
| Octal | 255 | 143 | 242 | 0 | 53 | 6 | 40 | 465 | 37 | 65 |
| Binary | 10101101 | 1100011 | 10100010 | 0 | 101011 | 110 | 100000 | 100110101 | 11111 | 110101 |
Color Harmonies of #AD63A2
Complementary color
Monochromatic Colors of #AD63A2
Black with #AD63A2
Text Example
Text Example
White with #AD63A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63A2; }
p { color: rgb(173,99,162); }
H1.HeaderClassName
{
color: #AD63A2;
}
.AnyTagClassName
{
color: #AD63A2;
}
</style>
background-color css
<style>
a { background-color: #AD63A2; }
a { background-color: rgb(173,99,162); }
div.DivClassName
{
background-color: #AD63A2;
}
.BgClassName
{
background-color: #AD63A2;
}
</style>
border-color css
<style>
span { border-color: #AD63A2; }
span { border-color: rgb(173,99,162); }
td.TdClassName
{
border-color: #AD63A2;
}
.TagClassName
{
border-color: #AD63A2;
}
</style>