Shades of Blue Violet #AD42FE
Tints of Blue Violet #AD42FE
RGB
CMYK
RGB Variations
Color information
#AD42FE (or 0xAD42FE) is known color: Blue Violet. HEX triplet: AD, 42 and FE. RGB value is (173,66,254). Sum of RGB (Red+Green+Blue) = 173+66+254=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD42FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42FE is #52BD01. Grayscale: #767676. Windows color (decimal): -5422338 or 16663213. OLE color: 16663213.
HSL color Cylindrical-coordinate representation of color #AD42FE: hue angle of 274.15º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD42FE is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 66 | 254 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.00 |
| HSL | 274.15º | 0.99% | 0.63% | - |
| HSV(B) | 274.15º | 0.74% | 1% | - |
| XYZ | 37.07 | 19.94 | 95.66 | - |
| YUV | 119.43 | 203.95 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 254 | 0.32 | 0.74 | 0 | 0.00 | 274.15 | 0.99 | 0.63 |
| Hex | AD | 42 | FE | 20 | 4A | 0 | 0 | 112 | 63 | 3F |
| Octal | 255 | 102 | 376 | 40 | 112 | 0 | 0 | 422 | 143 | 77 |
| Binary | 10101101 | 1000010 | 11111110 | 100000 | 1001010 | 0 | 0 | 100010010 | 1100011 | 111111 |
Color Harmonies of #AD42FE
Complementary color
Monochromatic Colors of #AD42FE
Black with #AD42FE
Text Example
Text Example
White with #AD42FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD42FE; }
p { color: rgb(173,66,254); }
H1.HeaderClassName
{
color: #AD42FE;
}
.AnyTagClassName
{
color: #AD42FE;
}
</style>
background-color css
<style>
a { background-color: #AD42FE; }
a { background-color: rgb(173,66,254); }
div.DivClassName
{
background-color: #AD42FE;
}
.BgClassName
{
background-color: #AD42FE;
}
</style>
border-color css
<style>
span { border-color: #AD42FE; }
span { border-color: rgb(173,66,254); }
td.TdClassName
{
border-color: #AD42FE;
}
.TagClassName
{
border-color: #AD42FE;
}
</style>