Shades of Blue Violet #A91CE7
Tints of Blue Violet #A91CE7
RGB
CMYK
RGB Variations
Color information
#A91CE7 (or 0xA91CE7) is known color: Blue Violet. HEX triplet: A9, 1C and E7. RGB value is (169,28,231). Sum of RGB (Red+Green+Blue) = 169+28+231=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 231 (90.62% from 255 or 53.97% from 428); Max value from RGB is 231 - color contains mainly: blue. Hex color #A91CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91CE7 is #56E318. Grayscale: #5C5C5C. Windows color (decimal): -5694233 or 15146153. OLE color: 15146153.
HSL color Cylindrical-coordinate representation of color #A91CE7: hue angle of 281.67º degrees, saturation: 0.81, 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 #A91CE7 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 28 | 231 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.09 |
| HSL | 281.67º | 0.81% | 0.51% | - |
| HSV(B) | 281.67º | 0.88% | 0.91% | - |
| XYZ | 31.2 | 15.04 | 76.86 | - |
| YUV | 93.3 | 205.71 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 231 | 0.27 | 0.88 | 0 | 0.09 | 281.67 | 0.81 | 0.51 |
| Hex | A9 | 1C | E7 | 1B | 58 | 0 | 9 | 11A | 51 | 33 |
| Octal | 251 | 34 | 347 | 33 | 130 | 0 | 11 | 432 | 121 | 63 |
| Binary | 10101001 | 11100 | 11100111 | 11011 | 1011000 | 0 | 1001 | 100011010 | 1010001 | 110011 |
Color Harmonies of #A91CE7
Complementary color
Monochromatic Colors of #A91CE7
Black with #A91CE7
Text Example
Text Example
White with #A91CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91CE7; }
p { color: rgb(169,28,231); }
H1.HeaderClassName
{
color: #A91CE7;
}
.AnyTagClassName
{
color: #A91CE7;
}
</style>
background-color css
<style>
a { background-color: #A91CE7; }
a { background-color: rgb(169,28,231); }
div.DivClassName
{
background-color: #A91CE7;
}
.BgClassName
{
background-color: #A91CE7;
}
</style>
border-color css
<style>
span { border-color: #A91CE7; }
span { border-color: rgb(169,28,231); }
td.TdClassName
{
border-color: #A91CE7;
}
.TagClassName
{
border-color: #A91CE7;
}
</style>