Shades of Violet Blue #AD4BAE
Tints of Violet Blue #AD4BAE
RGB
CMYK
RGB Variations
Color information
#AD4BAE (or 0xAD4BAE) is known color: Violet Blue. HEX triplet: AD, 4B and AE. RGB value is (173,75,174). Sum of RGB (Red+Green+Blue) = 173+75+174=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4BAE is #52B451. Grayscale: #737373. Windows color (decimal): -5420114 or 11422637. OLE color: 11422637.
HSL color Cylindrical-coordinate representation of color #AD4BAE: hue angle of 299.39º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4BAE is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 174 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.32 |
| HSL | 299.39º | 0.4% | 0.49% | - |
| HSV(B) | 299.39º | 0.57% | 0.68% | - |
| XYZ | 27.39 | 16.97 | 41.88 | - |
| YUV | 115.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 174 | 0.01 | 0.57 | 0 | 0.32 | 299.39 | 0.4 | 0.49 |
| Hex | AD | 4B | AE | 1 | 39 | 0 | 20 | 12B | 28 | 31 |
| Octal | 255 | 113 | 256 | 1 | 71 | 0 | 40 | 453 | 50 | 61 |
| Binary | 10101101 | 1001011 | 10101110 | 1 | 111001 | 0 | 100000 | 100101011 | 101000 | 110001 |
Color Harmonies of #AD4BAE
Complementary color
Monochromatic Colors of #AD4BAE
Black with #AD4BAE
Text Example
Text Example
White with #AD4BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BAE; }
p { color: rgb(173,75,174); }
H1.HeaderClassName
{
color: #AD4BAE;
}
.AnyTagClassName
{
color: #AD4BAE;
}
</style>
background-color css
<style>
a { background-color: #AD4BAE; }
a { background-color: rgb(173,75,174); }
div.DivClassName
{
background-color: #AD4BAE;
}
.BgClassName
{
background-color: #AD4BAE;
}
</style>
border-color css
<style>
span { border-color: #AD4BAE; }
span { border-color: rgb(173,75,174); }
td.TdClassName
{
border-color: #AD4BAE;
}
.TagClassName
{
border-color: #AD4BAE;
}
</style>