Shades of Blue Violet #AD2AFD
Tints of Blue Violet #AD2AFD
RGB
CMYK
RGB Variations
Color information
#AD2AFD (or 0xAD2AFD) is known color: Blue Violet. HEX triplet: AD, 2A and FD. RGB value is (173,42,253). Sum of RGB (Red+Green+Blue) = 173+42+253=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD2AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2AFD is #52D502. Grayscale: #686868. Windows color (decimal): -5428483 or 16591533. OLE color: 16591533.
HSL color Cylindrical-coordinate representation of color #AD2AFD: hue angle of 277.25º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD2AFD is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 42 | 253 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.01 |
| HSL | 277.25º | 0.98% | 0.58% | - |
| HSV(B) | 277.25º | 0.83% | 0.99% | - |
| XYZ | 35.79 | 17.63 | 94.45 | - |
| YUV | 105.22 | 211.4 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 253 | 0.32 | 0.83 | 0 | 0.01 | 277.25 | 0.98 | 0.58 |
| Hex | AD | 2A | FD | 20 | 53 | 0 | 1 | 115 | 62 | 3A |
| Octal | 255 | 52 | 375 | 40 | 123 | 0 | 1 | 425 | 142 | 72 |
| Binary | 10101101 | 101010 | 11111101 | 100000 | 1010011 | 0 | 1 | 100010101 | 1100010 | 111010 |
Color Harmonies of #AD2AFD
Complementary color
Monochromatic Colors of #AD2AFD
Black with #AD2AFD
Text Example
Text Example
White with #AD2AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2AFD; }
p { color: rgb(173,42,253); }
H1.HeaderClassName
{
color: #AD2AFD;
}
.AnyTagClassName
{
color: #AD2AFD;
}
</style>
background-color css
<style>
a { background-color: #AD2AFD; }
a { background-color: rgb(173,42,253); }
div.DivClassName
{
background-color: #AD2AFD;
}
.BgClassName
{
background-color: #AD2AFD;
}
</style>
border-color css
<style>
span { border-color: #AD2AFD; }
span { border-color: rgb(173,42,253); }
td.TdClassName
{
border-color: #AD2AFD;
}
.TagClassName
{
border-color: #AD2AFD;
}
</style>