Shades of Blue Violet #AD2CFB
Tints of Blue Violet #AD2CFB
RGB
CMYK
RGB Variations
Color information
#AD2CFB (or 0xAD2CFB) is known color: Blue Violet. HEX triplet: AD, 2C and FB. RGB value is (173,44,251). Sum of RGB (Red+Green+Blue) = 173+44+251=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD2CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2CFB is #52D304. Grayscale: #696969. Windows color (decimal): -5427973 or 16460973. OLE color: 16460973.
HSL color Cylindrical-coordinate representation of color #AD2CFB: hue angle of 277.39º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2CFB is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 44 | 251 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.02 |
| HSL | 277.39º | 0.96% | 0.58% | - |
| HSV(B) | 277.39º | 0.82% | 0.98% | - |
| XYZ | 35.55 | 17.65 | 92.8 | - |
| YUV | 106.17 | 209.74 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 251 | 0.31 | 0.82 | 0 | 0.02 | 277.39 | 0.96 | 0.58 |
| Hex | AD | 2C | FB | 1F | 52 | 0 | 2 | 115 | 60 | 3A |
| Octal | 255 | 54 | 373 | 37 | 122 | 0 | 2 | 425 | 140 | 72 |
| Binary | 10101101 | 101100 | 11111011 | 11111 | 1010010 | 0 | 10 | 100010101 | 1100000 | 111010 |
Color Harmonies of #AD2CFB
Complementary color
Monochromatic Colors of #AD2CFB
Black with #AD2CFB
Text Example
Text Example
White with #AD2CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2CFB; }
p { color: rgb(173,44,251); }
H1.HeaderClassName
{
color: #AD2CFB;
}
.AnyTagClassName
{
color: #AD2CFB;
}
</style>
background-color css
<style>
a { background-color: #AD2CFB; }
a { background-color: rgb(173,44,251); }
div.DivClassName
{
background-color: #AD2CFB;
}
.BgClassName
{
background-color: #AD2CFB;
}
</style>
border-color css
<style>
span { border-color: #AD2CFB; }
span { border-color: rgb(173,44,251); }
td.TdClassName
{
border-color: #AD2CFB;
}
.TagClassName
{
border-color: #AD2CFB;
}
</style>