Shades of Violet Blue #AD63B5
Tints of Violet Blue #AD63B5
RGB
CMYK
RGB Variations
Color information
#AD63B5 (or 0xAD63B5) is known color: Violet Blue. HEX triplet: AD, 63 and B5. RGB value is (173,99,181). Sum of RGB (Red+Green+Blue) = 173+99+181=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD63B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63B5 is #529C4A. Grayscale: #828282. Windows color (decimal): -5413963 or 11887533. OLE color: 11887533.
HSL color Cylindrical-coordinate representation of color #AD63B5: hue angle of 294.15º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD63B5 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 99 | 181 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.29 |
| HSL | 294.15º | 0.36% | 0.55% | - |
| HSV(B) | 294.15º | 0.45% | 0.71% | - |
| XYZ | 30.04 | 21.14 | 46.21 | - |
| YUV | 130.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 181 | 0.04 | 0.45 | 0 | 0.29 | 294.15 | 0.36 | 0.55 |
| Hex | AD | 63 | B5 | 4 | 2D | 0 | 1D | 126 | 24 | 37 |
| Octal | 255 | 143 | 265 | 4 | 55 | 0 | 35 | 446 | 44 | 67 |
| Binary | 10101101 | 1100011 | 10110101 | 100 | 101101 | 0 | 11101 | 100100110 | 100100 | 110111 |
Color Harmonies of #AD63B5
Complementary color
Monochromatic Colors of #AD63B5
Black with #AD63B5
Text Example
Text Example
White with #AD63B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63B5; }
p { color: rgb(173,99,181); }
H1.HeaderClassName
{
color: #AD63B5;
}
.AnyTagClassName
{
color: #AD63B5;
}
</style>
background-color css
<style>
a { background-color: #AD63B5; }
a { background-color: rgb(173,99,181); }
div.DivClassName
{
background-color: #AD63B5;
}
.BgClassName
{
background-color: #AD63B5;
}
</style>
border-color css
<style>
span { border-color: #AD63B5; }
span { border-color: rgb(173,99,181); }
td.TdClassName
{
border-color: #AD63B5;
}
.TagClassName
{
border-color: #AD63B5;
}
</style>