Shades of Blue Violet #A727F0
Tints of Blue Violet #A727F0
RGB
CMYK
RGB Variations
Color information
#A727F0 (or 0xA727F0) is known color: Blue Violet. HEX triplet: A7, 27 and F0. RGB value is (167,39,240). Sum of RGB (Red+Green+Blue) = 167+39+240=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #A727F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A727F0 is #58D80F. Grayscale: #636363. Windows color (decimal): -5822480 or 15738791. OLE color: 15738791.
HSL color Cylindrical-coordinate representation of color #A727F0: hue angle of 278.21º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A727F0 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 39 | 240 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.06 |
| HSL | 278.21º | 0.87% | 0.55% | - |
| HSV(B) | 278.21º | 0.84% | 0.94% | - |
| XYZ | 32.39 | 15.96 | 83.81 | - |
| YUV | 100.19 | 206.91 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 39 | 240 | 0.30 | 0.84 | 0 | 0.06 | 278.21 | 0.87 | 0.55 |
| Hex | A7 | 27 | F0 | 1E | 54 | 0 | 6 | 116 | 57 | 37 |
| Octal | 247 | 47 | 360 | 36 | 124 | 0 | 6 | 426 | 127 | 67 |
| Binary | 10100111 | 100111 | 11110000 | 11110 | 1010100 | 0 | 110 | 100010110 | 1010111 | 110111 |
Color Harmonies of #A727F0
Complementary color
Monochromatic Colors of #A727F0
Black with #A727F0
Text Example
Text Example
White with #A727F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A727F0; }
p { color: rgb(167,39,240); }
H1.HeaderClassName
{
color: #A727F0;
}
.AnyTagClassName
{
color: #A727F0;
}
</style>
background-color css
<style>
a { background-color: #A727F0; }
a { background-color: rgb(167,39,240); }
div.DivClassName
{
background-color: #A727F0;
}
.BgClassName
{
background-color: #A727F0;
}
</style>
border-color css
<style>
span { border-color: #A727F0; }
span { border-color: rgb(167,39,240); }
td.TdClassName
{
border-color: #A727F0;
}
.TagClassName
{
border-color: #A727F0;
}
</style>