Shades of Blue Violet #AD2FFB
Tints of Blue Violet #AD2FFB
RGB
CMYK
RGB Variations
Color information
#AD2FFB (or 0xAD2FFB) is known color: Blue Violet. HEX triplet: AD, 2F and FB. RGB value is (173,47,251). Sum of RGB (Red+Green+Blue) = 173+47+251=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD2FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2FFB is #52D004. Grayscale: #6B6B6B. Windows color (decimal): -5427205 or 16461741. OLE color: 16461741.
HSL color Cylindrical-coordinate representation of color #AD2FFB: hue angle of 277.06º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2FFB is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 47 | 251 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.02 |
| HSL | 277.06º | 0.96% | 0.58% | - |
| HSV(B) | 277.06º | 0.81% | 0.98% | - |
| XYZ | 35.66 | 17.88 | 92.84 | - |
| YUV | 107.93 | 208.74 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 251 | 0.31 | 0.81 | 0 | 0.02 | 277.06 | 0.96 | 0.58 |
| Hex | AD | 2F | FB | 1F | 51 | 0 | 2 | 115 | 60 | 3A |
| Octal | 255 | 57 | 373 | 37 | 121 | 0 | 2 | 425 | 140 | 72 |
| Binary | 10101101 | 101111 | 11111011 | 11111 | 1010001 | 0 | 10 | 100010101 | 1100000 | 111010 |
Color Harmonies of #AD2FFB
Complementary color
Monochromatic Colors of #AD2FFB
Black with #AD2FFB
Text Example
Text Example
White with #AD2FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FFB; }
p { color: rgb(173,47,251); }
H1.HeaderClassName
{
color: #AD2FFB;
}
.AnyTagClassName
{
color: #AD2FFB;
}
</style>
background-color css
<style>
a { background-color: #AD2FFB; }
a { background-color: rgb(173,47,251); }
div.DivClassName
{
background-color: #AD2FFB;
}
.BgClassName
{
background-color: #AD2FFB;
}
</style>
border-color css
<style>
span { border-color: #AD2FFB; }
span { border-color: rgb(173,47,251); }
td.TdClassName
{
border-color: #AD2FFB;
}
.TagClassName
{
border-color: #AD2FFB;
}
</style>