Shades of Blue Violet #AD2AFF
Tints of Blue Violet #AD2AFF
RGB
CMYK
RGB Variations
Color information
#AD2AFF (or 0xAD2AFF) is known color: Blue Violet. HEX triplet: AD, 2A and FF. RGB value is (173,42,255). Sum of RGB (Red+Green+Blue) = 173+42+255=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 42 (16.80% from 255 or 8.94% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD2AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2AFF is #52D500. Grayscale: #686868. Windows color (decimal): -5428481 or 16722605. OLE color: 16722605.
HSL color Cylindrical-coordinate representation of color #AD2AFF: hue angle of 276.9º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD2AFF is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 42 | 255 | - |
| CMYK | 0.32 | 0.84 | 0 | 0 |
| HSL | 276.9º | 1% | 0.58% | - |
| HSV(B) | 276.9º | 0.84% | 1% | - |
| XYZ | 36.11 | 17.76 | 96.13 | - |
| YUV | 105.45 | 212.4 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 255 | 0.32 | 0.84 | 0 | 0 | 276.9 | 1 | 0.58 |
| Hex | AD | 2A | FF | 20 | 54 | 0 | 0 | 115 | 64 | 3A |
| Octal | 255 | 52 | 377 | 40 | 124 | 0 | 0 | 425 | 144 | 72 |
| Binary | 10101101 | 101010 | 11111111 | 100000 | 1010100 | 0 | 0 | 100010101 | 1100100 | 111010 |
Color Harmonies of #AD2AFF
Complementary color
Monochromatic Colors of #AD2AFF
Black with #AD2AFF
Text Example
Text Example
White with #AD2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2AFF; }
p { color: rgb(173,42,255); }
H1.HeaderClassName
{
color: #AD2AFF;
}
.AnyTagClassName
{
color: #AD2AFF;
}
</style>
background-color css
<style>
a { background-color: #AD2AFF; }
a { background-color: rgb(173,42,255); }
div.DivClassName
{
background-color: #AD2AFF;
}
.BgClassName
{
background-color: #AD2AFF;
}
</style>
border-color css
<style>
span { border-color: #AD2AFF; }
span { border-color: rgb(173,42,255); }
td.TdClassName
{
border-color: #AD2AFF;
}
.TagClassName
{
border-color: #AD2AFF;
}
</style>