Shades of Violet Blue #AD6BB4
Tints of Violet Blue #AD6BB4
RGB
CMYK
RGB Variations
Color information
#AD6BB4 (or 0xAD6BB4) is known color: Violet Blue. HEX triplet: AD, 6B and B4. RGB value is (173,107,180). Sum of RGB (Red+Green+Blue) = 173+107+180=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD6BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BB4 is #52944B. Grayscale: #868686. Windows color (decimal): -5411916 or 11824045. OLE color: 11824045.
HSL color Cylindrical-coordinate representation of color #AD6BB4: hue angle of 294.25º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD6BB4 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 107 | 180 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.29 |
| HSL | 294.25º | 0.33% | 0.56% | - |
| HSV(B) | 294.25º | 0.41% | 0.71% | - |
| XYZ | 30.73 | 22.69 | 45.94 | - |
| YUV | 135.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 180 | 0.04 | 0.41 | 0 | 0.29 | 294.25 | 0.33 | 0.56 |
| Hex | AD | 6B | B4 | 4 | 29 | 0 | 1D | 126 | 21 | 38 |
| Octal | 255 | 153 | 264 | 4 | 51 | 0 | 35 | 446 | 41 | 70 |
| Binary | 10101101 | 1101011 | 10110100 | 100 | 101001 | 0 | 11101 | 100100110 | 100001 | 111000 |
Color Harmonies of #AD6BB4
Complementary color
Monochromatic Colors of #AD6BB4
Black with #AD6BB4
Text Example
Text Example
White with #AD6BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6BB4; }
p { color: rgb(173,107,180); }
H1.HeaderClassName
{
color: #AD6BB4;
}
.AnyTagClassName
{
color: #AD6BB4;
}
</style>
background-color css
<style>
a { background-color: #AD6BB4; }
a { background-color: rgb(173,107,180); }
div.DivClassName
{
background-color: #AD6BB4;
}
.BgClassName
{
background-color: #AD6BB4;
}
</style>
border-color css
<style>
span { border-color: #AD6BB4; }
span { border-color: rgb(173,107,180); }
td.TdClassName
{
border-color: #AD6BB4;
}
.TagClassName
{
border-color: #AD6BB4;
}
</style>