Shades of Violet Blue #AD75B1
Tints of Violet Blue #AD75B1
RGB
CMYK
RGB Variations
Color information
#AD75B1 (or 0xAD75B1) is known color: Violet Blue. HEX triplet: AD, 75 and B1. RGB value is (173,117,177). Sum of RGB (Red+Green+Blue) = 173+117+177=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD75B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD75B1 is #528A4E. Grayscale: #8C8C8C. Windows color (decimal): -5409359 or 11629997. OLE color: 11629997.
HSL color Cylindrical-coordinate representation of color #AD75B1: hue angle of 296º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD75B1 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 117 | 177 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.31 |
| HSL | 296º | 0.28% | 0.58% | - |
| HSV(B) | 296º | 0.34% | 0.69% | - |
| XYZ | 31.53 | 24.78 | 44.72 | - |
| YUV | 140.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 177 | 0.02 | 0.34 | 0 | 0.31 | 296 | 0.28 | 0.58 |
| Hex | AD | 75 | B1 | 2 | 22 | 0 | 1F | 128 | 1C | 3A |
| Octal | 255 | 165 | 261 | 2 | 42 | 0 | 37 | 450 | 34 | 72 |
| Binary | 10101101 | 1110101 | 10110001 | 10 | 100010 | 0 | 11111 | 100101000 | 11100 | 111010 |
Color Harmonies of #AD75B1
Complementary color
Monochromatic Colors of #AD75B1
Black with #AD75B1
Text Example
Text Example
White with #AD75B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD75B1; }
p { color: rgb(173,117,177); }
H1.HeaderClassName
{
color: #AD75B1;
}
.AnyTagClassName
{
color: #AD75B1;
}
</style>
background-color css
<style>
a { background-color: #AD75B1; }
a { background-color: rgb(173,117,177); }
div.DivClassName
{
background-color: #AD75B1;
}
.BgClassName
{
background-color: #AD75B1;
}
</style>
border-color css
<style>
span { border-color: #AD75B1; }
span { border-color: rgb(173,117,177); }
td.TdClassName
{
border-color: #AD75B1;
}
.TagClassName
{
border-color: #AD75B1;
}
</style>