Shades of Blue Violet #A71CE9
Tints of Blue Violet #A71CE9
RGB
CMYK
RGB Variations
Color information
#A71CE9 (or 0xA71CE9) is known color: Blue Violet. HEX triplet: A7, 1C and E9. RGB value is (167,28,233). Sum of RGB (Red+Green+Blue) = 167+28+233=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 233 (91.41% from 255 or 54.44% from 428); Max value from RGB is 233 - color contains mainly: blue. Hex color #A71CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71CE9 is #58E316. Grayscale: #5C5C5C. Windows color (decimal): -5825303 or 15277223. OLE color: 15277223.
HSL color Cylindrical-coordinate representation of color #A71CE9: hue angle of 280.68º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71CE9 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 28 | 233 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.09 |
| HSL | 280.68º | 0.82% | 0.51% | - |
| HSV(B) | 280.68º | 0.88% | 0.91% | - |
| XYZ | 31.06 | 14.93 | 78.34 | - |
| YUV | 92.93 | 207.05 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 233 | 0.28 | 0.88 | 0 | 0.09 | 280.68 | 0.82 | 0.51 |
| Hex | A7 | 1C | E9 | 1C | 58 | 0 | 9 | 119 | 52 | 33 |
| Octal | 247 | 34 | 351 | 34 | 130 | 0 | 11 | 431 | 122 | 63 |
| Binary | 10100111 | 11100 | 11101001 | 11100 | 1011000 | 0 | 1001 | 100011001 | 1010010 | 110011 |
Color Harmonies of #A71CE9
Complementary color
Monochromatic Colors of #A71CE9
Black with #A71CE9
Text Example
Text Example
White with #A71CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71CE9; }
p { color: rgb(167,28,233); }
H1.HeaderClassName
{
color: #A71CE9;
}
.AnyTagClassName
{
color: #A71CE9;
}
</style>
background-color css
<style>
a { background-color: #A71CE9; }
a { background-color: rgb(167,28,233); }
div.DivClassName
{
background-color: #A71CE9;
}
.BgClassName
{
background-color: #A71CE9;
}
</style>
border-color css
<style>
span { border-color: #A71CE9; }
span { border-color: rgb(167,28,233); }
td.TdClassName
{
border-color: #A71CE9;
}
.TagClassName
{
border-color: #A71CE9;
}
</style>