Shades of Blue Violet #A728E9
Tints of Blue Violet #A728E9
RGB
CMYK
RGB Variations
Color information
#A728E9 (or 0xA728E9) is known color: Blue Violet. HEX triplet: A7, 28 and E9. RGB value is (167,40,233). Sum of RGB (Red+Green+Blue) = 167+40+233=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #A728E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A728E9 is #58D716. Grayscale: #636363. Windows color (decimal): -5822231 or 15280295. OLE color: 15280295.
HSL color Cylindrical-coordinate representation of color #A728E9: hue angle of 279.48º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A728E9 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 40 | 233 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.09 |
| HSL | 279.48º | 0.81% | 0.54% | - |
| HSV(B) | 279.48º | 0.83% | 0.91% | - |
| XYZ | 31.4 | 15.62 | 78.45 | - |
| YUV | 99.98 | 203.08 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 233 | 0.28 | 0.83 | 0 | 0.09 | 279.48 | 0.81 | 0.54 |
| Hex | A7 | 28 | E9 | 1C | 53 | 0 | 9 | 117 | 51 | 36 |
| Octal | 247 | 50 | 351 | 34 | 123 | 0 | 11 | 427 | 121 | 66 |
| Binary | 10100111 | 101000 | 11101001 | 11100 | 1010011 | 0 | 1001 | 100010111 | 1010001 | 110110 |
Color Harmonies of #A728E9
Complementary color
Monochromatic Colors of #A728E9
Black with #A728E9
Text Example
Text Example
White with #A728E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A728E9; }
p { color: rgb(167,40,233); }
H1.HeaderClassName
{
color: #A728E9;
}
.AnyTagClassName
{
color: #A728E9;
}
</style>
background-color css
<style>
a { background-color: #A728E9; }
a { background-color: rgb(167,40,233); }
div.DivClassName
{
background-color: #A728E9;
}
.BgClassName
{
background-color: #A728E9;
}
</style>
border-color css
<style>
span { border-color: #A728E9; }
span { border-color: rgb(167,40,233); }
td.TdClassName
{
border-color: #A728E9;
}
.TagClassName
{
border-color: #A728E9;
}
</style>