Shades of Blue Violet #AD3FFC
Tints of Blue Violet #AD3FFC
RGB
CMYK
RGB Variations
Color information
#AD3FFC (or 0xAD3FFC) is known color: Blue Violet. HEX triplet: AD, 3F and FC. RGB value is (173,63,252). Sum of RGB (Red+Green+Blue) = 173+63+252=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD3FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3FFC is #52C003. Grayscale: #747474. Windows color (decimal): -5423108 or 16531373. OLE color: 16531373.
HSL color Cylindrical-coordinate representation of color #AD3FFC: hue angle of 274.92º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3FFC is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 63 | 252 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.01 |
| HSL | 274.92º | 0.97% | 0.62% | - |
| HSV(B) | 274.92º | 0.75% | 0.99% | - |
| XYZ | 36.58 | 19.47 | 93.93 | - |
| YUV | 117.44 | 203.94 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 252 | 0.31 | 0.75 | 0 | 0.01 | 274.92 | 0.97 | 0.62 |
| Hex | AD | 3F | FC | 1F | 4B | 0 | 1 | 113 | 61 | 3E |
| Octal | 255 | 77 | 374 | 37 | 113 | 0 | 1 | 423 | 141 | 76 |
| Binary | 10101101 | 111111 | 11111100 | 11111 | 1001011 | 0 | 1 | 100010011 | 1100001 | 111110 |
Color Harmonies of #AD3FFC
Complementary color
Monochromatic Colors of #AD3FFC
Black with #AD3FFC
Text Example
Text Example
White with #AD3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3FFC; }
p { color: rgb(173,63,252); }
H1.HeaderClassName
{
color: #AD3FFC;
}
.AnyTagClassName
{
color: #AD3FFC;
}
</style>
background-color css
<style>
a { background-color: #AD3FFC; }
a { background-color: rgb(173,63,252); }
div.DivClassName
{
background-color: #AD3FFC;
}
.BgClassName
{
background-color: #AD3FFC;
}
</style>
border-color css
<style>
span { border-color: #AD3FFC; }
span { border-color: rgb(173,63,252); }
td.TdClassName
{
border-color: #AD3FFC;
}
.TagClassName
{
border-color: #AD3FFC;
}
</style>