Shades of Violet Blue #AD3AA4
Tints of Violet Blue #AD3AA4
RGB
CMYK
RGB Variations
Color information
#AD3AA4 (or 0xAD3AA4) is known color: Violet Blue. HEX triplet: AD, 3A and A4. RGB value is (173,58,164). Sum of RGB (Red+Green+Blue) = 173+58+164=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3AA4 is #52C55B. Grayscale: #686868. Windows color (decimal): -5424476 or 10762925. OLE color: 10762925.
HSL color Cylindrical-coordinate representation of color #AD3AA4: hue angle of 304.7º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3AA4 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 58 | 164 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.32 |
| HSL | 304.7º | 0.5% | 0.45% | - |
| HSV(B) | 304.7º | 0.66% | 0.68% | - |
| XYZ | 25.45 | 14.59 | 36.6 | - |
| YUV | 104.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 164 | 0 | 0.66 | 0.05 | 0.32 | 304.7 | 0.5 | 0.45 |
| Hex | AD | 3A | A4 | 0 | 42 | 5 | 20 | 131 | 32 | 2D |
| Octal | 255 | 72 | 244 | 0 | 102 | 5 | 40 | 461 | 62 | 55 |
| Binary | 10101101 | 111010 | 10100100 | 0 | 1000010 | 101 | 100000 | 100110001 | 110010 | 101101 |
Color Harmonies of #AD3AA4
Complementary color
Monochromatic Colors of #AD3AA4
Black with #AD3AA4
Text Example
Text Example
White with #AD3AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AA4; }
p { color: rgb(173,58,164); }
H1.HeaderClassName
{
color: #AD3AA4;
}
.AnyTagClassName
{
color: #AD3AA4;
}
</style>
background-color css
<style>
a { background-color: #AD3AA4; }
a { background-color: rgb(173,58,164); }
div.DivClassName
{
background-color: #AD3AA4;
}
.BgClassName
{
background-color: #AD3AA4;
}
</style>
border-color css
<style>
span { border-color: #AD3AA4; }
span { border-color: rgb(173,58,164); }
td.TdClassName
{
border-color: #AD3AA4;
}
.TagClassName
{
border-color: #AD3AA4;
}
</style>