Shades of Blue Violet #A727ED
Tints of Blue Violet #A727ED
RGB
CMYK
RGB Variations
Color information
#A727ED (or 0xA727ED) is known color: Blue Violet. HEX triplet: A7, 27 and ED. RGB value is (167,39,237). Sum of RGB (Red+Green+Blue) = 167+39+237=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #A727ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A727ED is #58D812. Grayscale: #636363. Windows color (decimal): -5822483 or 15542183. OLE color: 15542183.
HSL color Cylindrical-coordinate representation of color #A727ED: hue angle of 278.79º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A727ED is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 39 | 237 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.07 |
| HSL | 278.79º | 0.85% | 0.54% | - |
| HSV(B) | 278.79º | 0.84% | 0.93% | - |
| XYZ | 31.95 | 15.78 | 81.48 | - |
| YUV | 99.84 | 205.41 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 39 | 237 | 0.30 | 0.84 | 0 | 0.07 | 278.79 | 0.85 | 0.54 |
| Hex | A7 | 27 | ED | 1E | 54 | 0 | 7 | 117 | 55 | 36 |
| Octal | 247 | 47 | 355 | 36 | 124 | 0 | 7 | 427 | 125 | 66 |
| Binary | 10100111 | 100111 | 11101101 | 11110 | 1010100 | 0 | 111 | 100010111 | 1010101 | 110110 |
Color Harmonies of #A727ED
Complementary color
Monochromatic Colors of #A727ED
Black with #A727ED
Text Example
Text Example
White with #A727ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A727ED; }
p { color: rgb(167,39,237); }
H1.HeaderClassName
{
color: #A727ED;
}
.AnyTagClassName
{
color: #A727ED;
}
</style>
background-color css
<style>
a { background-color: #A727ED; }
a { background-color: rgb(167,39,237); }
div.DivClassName
{
background-color: #A727ED;
}
.BgClassName
{
background-color: #A727ED;
}
</style>
border-color css
<style>
span { border-color: #A727ED; }
span { border-color: rgb(167,39,237); }
td.TdClassName
{
border-color: #A727ED;
}
.TagClassName
{
border-color: #A727ED;
}
</style>