Shades of Blue Violet #A728EA
Tints of Blue Violet #A728EA
RGB
CMYK
RGB Variations
Color information
#A728EA (or 0xA728EA) is known color: Blue Violet. HEX triplet: A7, 28 and EA. RGB value is (167,40,234). Sum of RGB (Red+Green+Blue) = 167+40+234=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #A728EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A728EA is #58D715. Grayscale: #636363. Windows color (decimal): -5822230 or 15345831. OLE color: 15345831.
HSL color Cylindrical-coordinate representation of color #A728EA: hue angle of 279.28º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A728EA is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 40 | 234 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.08 |
| HSL | 279.28º | 0.82% | 0.54% | - |
| HSV(B) | 279.28º | 0.83% | 0.92% | - |
| XYZ | 31.55 | 15.67 | 79.2 | - |
| YUV | 100.09 | 203.58 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 234 | 0.29 | 0.83 | 0 | 0.08 | 279.28 | 0.82 | 0.54 |
| Hex | A7 | 28 | EA | 1D | 53 | 0 | 8 | 117 | 52 | 36 |
| Octal | 247 | 50 | 352 | 35 | 123 | 0 | 10 | 427 | 122 | 66 |
| Binary | 10100111 | 101000 | 11101010 | 11101 | 1010011 | 0 | 1000 | 100010111 | 1010010 | 110110 |
Color Harmonies of #A728EA
Complementary color
Monochromatic Colors of #A728EA
Black with #A728EA
Text Example
Text Example
White with #A728EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A728EA; }
p { color: rgb(167,40,234); }
H1.HeaderClassName
{
color: #A728EA;
}
.AnyTagClassName
{
color: #A728EA;
}
</style>
background-color css
<style>
a { background-color: #A728EA; }
a { background-color: rgb(167,40,234); }
div.DivClassName
{
background-color: #A728EA;
}
.BgClassName
{
background-color: #A728EA;
}
</style>
border-color css
<style>
span { border-color: #A728EA; }
span { border-color: rgb(167,40,234); }
td.TdClassName
{
border-color: #A728EA;
}
.TagClassName
{
border-color: #A728EA;
}
</style>