Shades of Blue Violet #AD32FC
Tints of Blue Violet #AD32FC
RGB
CMYK
RGB Variations
Color information
#AD32FC (or 0xAD32FC) is known color: Blue Violet. HEX triplet: AD, 32 and FC. RGB value is (173,50,252). Sum of RGB (Red+Green+Blue) = 173+50+252=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD32FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD32FC is #52CD03. Grayscale: #6D6D6D. Windows color (decimal): -5426436 or 16528045. OLE color: 16528045.
HSL color Cylindrical-coordinate representation of color #AD32FC: hue angle of 276.53º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD32FC is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 50 | 252 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.01 |
| HSL | 276.53º | 0.97% | 0.59% | - |
| HSV(B) | 276.53º | 0.8% | 0.99% | - |
| XYZ | 35.94 | 18.19 | 93.71 | - |
| YUV | 109.81 | 208.25 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 252 | 0.31 | 0.80 | 0 | 0.01 | 276.53 | 0.97 | 0.59 |
| Hex | AD | 32 | FC | 1F | 50 | 0 | 1 | 115 | 61 | 3B |
| Octal | 255 | 62 | 374 | 37 | 120 | 0 | 1 | 425 | 141 | 73 |
| Binary | 10101101 | 110010 | 11111100 | 11111 | 1010000 | 0 | 1 | 100010101 | 1100001 | 111011 |
Color Harmonies of #AD32FC
Complementary color
Monochromatic Colors of #AD32FC
Black with #AD32FC
Text Example
Text Example
White with #AD32FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32FC; }
p { color: rgb(173,50,252); }
H1.HeaderClassName
{
color: #AD32FC;
}
.AnyTagClassName
{
color: #AD32FC;
}
</style>
background-color css
<style>
a { background-color: #AD32FC; }
a { background-color: rgb(173,50,252); }
div.DivClassName
{
background-color: #AD32FC;
}
.BgClassName
{
background-color: #AD32FC;
}
</style>
border-color css
<style>
span { border-color: #AD32FC; }
span { border-color: rgb(173,50,252); }
td.TdClassName
{
border-color: #AD32FC;
}
.TagClassName
{
border-color: #AD32FC;
}
</style>