Shades of Blue Violet #AD27FA
Tints of Blue Violet #AD27FA
RGB
CMYK
RGB Variations
Color information
#AD27FA (or 0xAD27FA) is known color: Blue Violet. HEX triplet: AD, 27 and FA. RGB value is (173,39,250). Sum of RGB (Red+Green+Blue) = 173+39+250=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD27FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD27FA is #52D805. Grayscale: #666666. Windows color (decimal): -5429254 or 16394157. OLE color: 16394157.
HSL color Cylindrical-coordinate representation of color #AD27FA: hue angle of 278.1º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD27FA is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 39 | 250 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.02 |
| HSL | 278.1º | 0.95% | 0.57% | - |
| HSV(B) | 278.1º | 0.84% | 0.98% | - |
| XYZ | 35.21 | 17.24 | 91.91 | - |
| YUV | 103.12 | 210.89 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 250 | 0.31 | 0.84 | 0 | 0.02 | 278.1 | 0.95 | 0.57 |
| Hex | AD | 27 | FA | 1F | 54 | 0 | 2 | 116 | 5F | 39 |
| Octal | 255 | 47 | 372 | 37 | 124 | 0 | 2 | 426 | 137 | 71 |
| Binary | 10101101 | 100111 | 11111010 | 11111 | 1010100 | 0 | 10 | 100010110 | 1011111 | 111001 |
Color Harmonies of #AD27FA
Complementary color
Monochromatic Colors of #AD27FA
Black with #AD27FA
Text Example
Text Example
White with #AD27FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27FA; }
p { color: rgb(173,39,250); }
H1.HeaderClassName
{
color: #AD27FA;
}
.AnyTagClassName
{
color: #AD27FA;
}
</style>
background-color css
<style>
a { background-color: #AD27FA; }
a { background-color: rgb(173,39,250); }
div.DivClassName
{
background-color: #AD27FA;
}
.BgClassName
{
background-color: #AD27FA;
}
</style>
border-color css
<style>
span { border-color: #AD27FA; }
span { border-color: rgb(173,39,250); }
td.TdClassName
{
border-color: #AD27FA;
}
.TagClassName
{
border-color: #AD27FA;
}
</style>