Shades of Blue Violet #AD27F2
Tints of Blue Violet #AD27F2
RGB
CMYK
RGB Variations
Color information
#AD27F2 (or 0xAD27F2) is known color: Blue Violet. HEX triplet: AD, 27 and F2. RGB value is (173,39,242). Sum of RGB (Red+Green+Blue) = 173+39+242=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD27F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD27F2 is #52D80D. Grayscale: #656565. Windows color (decimal): -5429262 or 15869869. OLE color: 15869869.
HSL color Cylindrical-coordinate representation of color #AD27F2: hue angle of 279.61º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD27F2 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 39 | 242 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.05 |
| HSL | 279.61º | 0.89% | 0.55% | - |
| HSV(B) | 279.61º | 0.84% | 0.95% | - |
| XYZ | 33.99 | 16.75 | 85.45 | - |
| YUV | 102.21 | 206.89 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 242 | 0.29 | 0.84 | 0 | 0.05 | 279.61 | 0.89 | 0.55 |
| Hex | AD | 27 | F2 | 1D | 54 | 0 | 5 | 118 | 59 | 37 |
| Octal | 255 | 47 | 362 | 35 | 124 | 0 | 5 | 430 | 131 | 67 |
| Binary | 10101101 | 100111 | 11110010 | 11101 | 1010100 | 0 | 101 | 100011000 | 1011001 | 110111 |
Color Harmonies of #AD27F2
Complementary color
Monochromatic Colors of #AD27F2
Black with #AD27F2
Text Example
Text Example
White with #AD27F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27F2; }
p { color: rgb(173,39,242); }
H1.HeaderClassName
{
color: #AD27F2;
}
.AnyTagClassName
{
color: #AD27F2;
}
</style>
background-color css
<style>
a { background-color: #AD27F2; }
a { background-color: rgb(173,39,242); }
div.DivClassName
{
background-color: #AD27F2;
}
.BgClassName
{
background-color: #AD27F2;
}
</style>
border-color css
<style>
span { border-color: #AD27F2; }
span { border-color: rgb(173,39,242); }
td.TdClassName
{
border-color: #AD27F2;
}
.TagClassName
{
border-color: #AD27F2;
}
</style>