Shades of Violet Blue #AD64B4
Tints of Violet Blue #AD64B4
RGB
CMYK
RGB Variations
Color information
#AD64B4 (or 0xAD64B4) is known color: Violet Blue. HEX triplet: AD, 64 and B4. RGB value is (173,100,180). Sum of RGB (Red+Green+Blue) = 173+100+180=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD64B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64B4 is #529B4B. Grayscale: #828282. Windows color (decimal): -5413708 or 11822253. OLE color: 11822253.
HSL color Cylindrical-coordinate representation of color #AD64B4: hue angle of 294.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD64B4 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 100 | 180 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.29 |
| HSL | 294.75º | 0.35% | 0.55% | - |
| HSV(B) | 294.75º | 0.44% | 0.71% | - |
| XYZ | 30.03 | 21.29 | 45.71 | - |
| YUV | 130.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 180 | 0.04 | 0.44 | 0 | 0.29 | 294.75 | 0.35 | 0.55 |
| Hex | AD | 64 | B4 | 4 | 2C | 0 | 1D | 127 | 23 | 37 |
| Octal | 255 | 144 | 264 | 4 | 54 | 0 | 35 | 447 | 43 | 67 |
| Binary | 10101101 | 1100100 | 10110100 | 100 | 101100 | 0 | 11101 | 100100111 | 100011 | 110111 |
Color Harmonies of #AD64B4
Complementary color
Monochromatic Colors of #AD64B4
Black with #AD64B4
Text Example
Text Example
White with #AD64B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD64B4; }
p { color: rgb(173,100,180); }
H1.HeaderClassName
{
color: #AD64B4;
}
.AnyTagClassName
{
color: #AD64B4;
}
</style>
background-color css
<style>
a { background-color: #AD64B4; }
a { background-color: rgb(173,100,180); }
div.DivClassName
{
background-color: #AD64B4;
}
.BgClassName
{
background-color: #AD64B4;
}
</style>
border-color css
<style>
span { border-color: #AD64B4; }
span { border-color: rgb(173,100,180); }
td.TdClassName
{
border-color: #AD64B4;
}
.TagClassName
{
border-color: #AD64B4;
}
</style>