Shades of Blue Violet #AD42FC
Tints of Blue Violet #AD42FC
RGB
CMYK
RGB Variations
Color information
#AD42FC (or 0xAD42FC) is known color: Blue Violet. HEX triplet: AD, 42 and FC. RGB value is (173,66,252). Sum of RGB (Red+Green+Blue) = 173+66+252=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD42FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42FC is #52BD03. Grayscale: #767676. Windows color (decimal): -5422340 or 16532141. OLE color: 16532141.
HSL color Cylindrical-coordinate representation of color #AD42FC: hue angle of 274.52º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD42FC is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 66 | 252 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.01 |
| HSL | 274.52º | 0.97% | 0.62% | - |
| HSV(B) | 274.52º | 0.74% | 0.99% | - |
| XYZ | 36.75 | 19.81 | 93.98 | - |
| YUV | 119.2 | 202.95 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 252 | 0.31 | 0.74 | 0 | 0.01 | 274.52 | 0.97 | 0.62 |
| Hex | AD | 42 | FC | 1F | 4A | 0 | 1 | 113 | 61 | 3E |
| Octal | 255 | 102 | 374 | 37 | 112 | 0 | 1 | 423 | 141 | 76 |
| Binary | 10101101 | 1000010 | 11111100 | 11111 | 1001010 | 0 | 1 | 100010011 | 1100001 | 111110 |
Color Harmonies of #AD42FC
Complementary color
Monochromatic Colors of #AD42FC
Black with #AD42FC
Text Example
Text Example
White with #AD42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD42FC; }
p { color: rgb(173,66,252); }
H1.HeaderClassName
{
color: #AD42FC;
}
.AnyTagClassName
{
color: #AD42FC;
}
</style>
background-color css
<style>
a { background-color: #AD42FC; }
a { background-color: rgb(173,66,252); }
div.DivClassName
{
background-color: #AD42FC;
}
.BgClassName
{
background-color: #AD42FC;
}
</style>
border-color css
<style>
span { border-color: #AD42FC; }
span { border-color: rgb(173,66,252); }
td.TdClassName
{
border-color: #AD42FC;
}
.TagClassName
{
border-color: #AD42FC;
}
</style>