Shades of Blue Violet #AD2FFF
Tints of Blue Violet #AD2FFF
RGB
CMYK
RGB Variations
Color information
#AD2FFF (or 0xAD2FFF) is known color: Blue Violet. HEX triplet: AD, 2F and FF. RGB value is (173,47,255). Sum of RGB (Red+Green+Blue) = 173+47+255=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 47 (18.75% from 255 or 9.89% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD2FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2FFF is #52D000. Grayscale: #6B6B6B. Windows color (decimal): -5427201 or 16723885. OLE color: 16723885.
HSL color Cylindrical-coordinate representation of color #AD2FFF: hue angle of 276.35º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2FFF is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 173 | 47 | 255 | - |
CMYK | 0.32 | 0.82 | 0 | 0 |
HSL | 276.35º | 1% | 0.59% | - |
HSV(B) | 276.35º | 0.82% | 1% | - |
XYZ | 36.3 | 18.14 | 96.2 | - |
YUV | 108.39 | 210.74 | 174.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 47 | 255 | 0.32 | 0.82 | 0 | 0 | 276.35 | 1 | 0.59 |
Hex | AD | 2F | FF | 20 | 52 | 0 | 0 | 114 | 64 | 3B |
Octal | 255 | 57 | 377 | 40 | 122 | 0 | 0 | 424 | 144 | 73 |
Binary | 10101101 | 101111 | 11111111 | 100000 | 1010010 | 0 | 0 | 100010100 | 1100100 | 111011 |
Color Harmonies of #AD2FFF
Complementary color
Monochromatic Colors of #AD2FFF
Black with #AD2FFF
Text Example
Text Example
White with #AD2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FFF; }
p { color: rgb(173,47,255); }
H1.HeaderClassName
{
color: #AD2FFF;
}
.AnyTagClassName
{
color: #AD2FFF;
}
</style>
background-color css
<style>
a { background-color: #AD2FFF; }
a { background-color: rgb(173,47,255); }
div.DivClassName
{
background-color: #AD2FFF;
}
.BgClassName
{
background-color: #AD2FFF;
}
</style>
border-color css
<style>
span { border-color: #AD2FFF; }
span { border-color: rgb(173,47,255); }
td.TdClassName
{
border-color: #AD2FFF;
}
.TagClassName
{
border-color: #AD2FFF;
}
</style>