Shades of Blue Violet #AD3CFE
Tints of Blue Violet #AD3CFE
RGB
CMYK
RGB Variations
Color information
#AD3CFE (or 0xAD3CFE) is known color: Blue Violet. HEX triplet: AD, 3C and FE. RGB value is (173,60,254). Sum of RGB (Red+Green+Blue) = 173+60+254=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 60 (23.83% from 255 or 12.32% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD3CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3CFE is #52C301. Grayscale: #737373. Windows color (decimal): -5423874 or 16661677. OLE color: 16661677.
HSL color Cylindrical-coordinate representation of color #AD3CFE: hue angle of 274.95º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD3CFE is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 60 | 254 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.00 |
| HSL | 274.95º | 0.99% | 0.62% | - |
| HSV(B) | 274.95º | 0.76% | 1% | - |
| XYZ | 36.74 | 19.27 | 95.55 | - |
| YUV | 115.9 | 205.94 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 254 | 0.32 | 0.76 | 0 | 0.00 | 274.95 | 0.99 | 0.62 |
| Hex | AD | 3C | FE | 20 | 4C | 0 | 0 | 113 | 63 | 3E |
| Octal | 255 | 74 | 376 | 40 | 114 | 0 | 0 | 423 | 143 | 76 |
| Binary | 10101101 | 111100 | 11111110 | 100000 | 1001100 | 0 | 0 | 100010011 | 1100011 | 111110 |
Color Harmonies of #AD3CFE
Complementary color
Monochromatic Colors of #AD3CFE
Black with #AD3CFE
Text Example
Text Example
White with #AD3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3CFE; }
p { color: rgb(173,60,254); }
H1.HeaderClassName
{
color: #AD3CFE;
}
.AnyTagClassName
{
color: #AD3CFE;
}
</style>
background-color css
<style>
a { background-color: #AD3CFE; }
a { background-color: rgb(173,60,254); }
div.DivClassName
{
background-color: #AD3CFE;
}
.BgClassName
{
background-color: #AD3CFE;
}
</style>
border-color css
<style>
span { border-color: #AD3CFE; }
span { border-color: rgb(173,60,254); }
td.TdClassName
{
border-color: #AD3CFE;
}
.TagClassName
{
border-color: #AD3CFE;
}
</style>