Shades of Blue Violet #A71CE8
Tints of Blue Violet #A71CE8
RGB
CMYK
RGB Variations
Color information
#A71CE8 (or 0xA71CE8) is known color: Blue Violet. HEX triplet: A7, 1C and E8. RGB value is (167,28,232). Sum of RGB (Red+Green+Blue) = 167+28+232=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 232 (91.02% from 255 or 54.33% from 427); Max value from RGB is 232 - color contains mainly: blue. Hex color #A71CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71CE8 is #58E317. Grayscale: #5C5C5C. Windows color (decimal): -5825304 or 15211687. OLE color: 15211687.
HSL color Cylindrical-coordinate representation of color #A71CE8: hue angle of 280.88º 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 #A71CE8 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 28 | 232 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.09 |
| HSL | 280.88º | 0.82% | 0.51% | - |
| HSV(B) | 280.88º | 0.88% | 0.91% | - |
| XYZ | 30.92 | 14.87 | 77.59 | - |
| YUV | 92.82 | 206.55 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 232 | 0.28 | 0.88 | 0 | 0.09 | 280.88 | 0.82 | 0.51 |
| Hex | A7 | 1C | E8 | 1C | 58 | 0 | 9 | 119 | 52 | 33 |
| Octal | 247 | 34 | 350 | 34 | 130 | 0 | 11 | 431 | 122 | 63 |
| Binary | 10100111 | 11100 | 11101000 | 11100 | 1011000 | 0 | 1001 | 100011001 | 1010010 | 110011 |
Color Harmonies of #A71CE8
Complementary color
Monochromatic Colors of #A71CE8
Black with #A71CE8
Text Example
Text Example
White with #A71CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71CE8; }
p { color: rgb(167,28,232); }
H1.HeaderClassName
{
color: #A71CE8;
}
.AnyTagClassName
{
color: #A71CE8;
}
</style>
background-color css
<style>
a { background-color: #A71CE8; }
a { background-color: rgb(167,28,232); }
div.DivClassName
{
background-color: #A71CE8;
}
.BgClassName
{
background-color: #A71CE8;
}
</style>
border-color css
<style>
span { border-color: #A71CE8; }
span { border-color: rgb(167,28,232); }
td.TdClassName
{
border-color: #A71CE8;
}
.TagClassName
{
border-color: #A71CE8;
}
</style>