Shades of Blue Violet #AD32F6
Tints of Blue Violet #AD32F6
RGB
CMYK
RGB Variations
Color information
#AD32F6 (or 0xAD32F6) is known color: Blue Violet. HEX triplet: AD, 32 and F6. RGB value is (173,50,246). Sum of RGB (Red+Green+Blue) = 173+50+246=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD32F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD32F6 is #52CD09. Grayscale: #6C6C6C. Windows color (decimal): -5426442 or 16134829. OLE color: 16134829.
HSL color Cylindrical-coordinate representation of color #AD32F6: hue angle of 277.65º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD32F6 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 50 | 246 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.04 |
| HSL | 277.65º | 0.92% | 0.58% | - |
| HSV(B) | 277.65º | 0.8% | 0.96% | - |
| XYZ | 35.01 | 17.82 | 88.78 | - |
| YUV | 109.12 | 205.25 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 246 | 0.30 | 0.80 | 0 | 0.04 | 277.65 | 0.92 | 0.58 |
| Hex | AD | 32 | F6 | 1E | 50 | 0 | 4 | 116 | 5C | 3A |
| Octal | 255 | 62 | 366 | 36 | 120 | 0 | 4 | 426 | 134 | 72 |
| Binary | 10101101 | 110010 | 11110110 | 11110 | 1010000 | 0 | 100 | 100010110 | 1011100 | 111010 |
Color Harmonies of #AD32F6
Complementary color
Monochromatic Colors of #AD32F6
Black with #AD32F6
Text Example
Text Example
White with #AD32F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32F6; }
p { color: rgb(173,50,246); }
H1.HeaderClassName
{
color: #AD32F6;
}
.AnyTagClassName
{
color: #AD32F6;
}
</style>
background-color css
<style>
a { background-color: #AD32F6; }
a { background-color: rgb(173,50,246); }
div.DivClassName
{
background-color: #AD32F6;
}
.BgClassName
{
background-color: #AD32F6;
}
</style>
border-color css
<style>
span { border-color: #AD32F6; }
span { border-color: rgb(173,50,246); }
td.TdClassName
{
border-color: #AD32F6;
}
.TagClassName
{
border-color: #AD32F6;
}
</style>