Shades of Blue Violet #AD3DFC
Tints of Blue Violet #AD3DFC
RGB
CMYK
RGB Variations
Color information
#AD3DFC (or 0xAD3DFC) is known color: Blue Violet. HEX triplet: AD, 3D and FC. RGB value is (173,61,252). Sum of RGB (Red+Green+Blue) = 173+61+252=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD3DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3DFC is #52C203. Grayscale: #737373. Windows color (decimal): -5423620 or 16530861. OLE color: 16530861.
HSL color Cylindrical-coordinate representation of color #AD3DFC: hue angle of 275.18º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD3DFC is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 61 | 252 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.01 |
| HSL | 275.18º | 0.97% | 0.61% | - |
| HSV(B) | 275.18º | 0.76% | 0.99% | - |
| XYZ | 36.47 | 19.25 | 93.89 | - |
| YUV | 116.26 | 204.61 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 252 | 0.31 | 0.76 | 0 | 0.01 | 275.18 | 0.97 | 0.61 |
| Hex | AD | 3D | FC | 1F | 4C | 0 | 1 | 113 | 61 | 3D |
| Octal | 255 | 75 | 374 | 37 | 114 | 0 | 1 | 423 | 141 | 75 |
| Binary | 10101101 | 111101 | 11111100 | 11111 | 1001100 | 0 | 1 | 100010011 | 1100001 | 111101 |
Color Harmonies of #AD3DFC
Complementary color
Monochromatic Colors of #AD3DFC
Black with #AD3DFC
Text Example
Text Example
White with #AD3DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3DFC; }
p { color: rgb(173,61,252); }
H1.HeaderClassName
{
color: #AD3DFC;
}
.AnyTagClassName
{
color: #AD3DFC;
}
</style>
background-color css
<style>
a { background-color: #AD3DFC; }
a { background-color: rgb(173,61,252); }
div.DivClassName
{
background-color: #AD3DFC;
}
.BgClassName
{
background-color: #AD3DFC;
}
</style>
border-color css
<style>
span { border-color: #AD3DFC; }
span { border-color: rgb(173,61,252); }
td.TdClassName
{
border-color: #AD3DFC;
}
.TagClassName
{
border-color: #AD3DFC;
}
</style>