Shades of Blue Violet #A81BE9
Tints of Blue Violet #A81BE9
RGB
CMYK
RGB Variations
Color information
#A81BE9 (or 0xA81BE9) is known color: Blue Violet. HEX triplet: A8, 1B and E9. RGB value is (168,27,233). Sum of RGB (Red+Green+Blue) = 168+27+233=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 27 (10.94% from 255 or 6.31% 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 #A81BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81BE9 is #57E416. Grayscale: #5B5B5B. Windows color (decimal): -5760023 or 15276968. OLE color: 15276968.
HSL color Cylindrical-coordinate representation of color #A81BE9: hue angle of 281.07º 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 #A81BE9 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 27 | 233 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.09 |
| HSL | 281.07º | 0.82% | 0.51% | - |
| HSV(B) | 281.07º | 0.88% | 0.91% | - |
| XYZ | 31.25 | 14.99 | 78.34 | - |
| YUV | 92.64 | 207.21 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 233 | 0.28 | 0.88 | 0 | 0.09 | 281.07 | 0.82 | 0.51 |
| Hex | A8 | 1B | E9 | 1C | 58 | 0 | 9 | 119 | 52 | 33 |
| Octal | 250 | 33 | 351 | 34 | 130 | 0 | 11 | 431 | 122 | 63 |
| Binary | 10101000 | 11011 | 11101001 | 11100 | 1011000 | 0 | 1001 | 100011001 | 1010010 | 110011 |
Color Harmonies of #A81BE9
Complementary color
Monochromatic Colors of #A81BE9
Black with #A81BE9
Text Example
Text Example
White with #A81BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81BE9; }
p { color: rgb(168,27,233); }
H1.HeaderClassName
{
color: #A81BE9;
}
.AnyTagClassName
{
color: #A81BE9;
}
</style>
background-color css
<style>
a { background-color: #A81BE9; }
a { background-color: rgb(168,27,233); }
div.DivClassName
{
background-color: #A81BE9;
}
.BgClassName
{
background-color: #A81BE9;
}
</style>
border-color css
<style>
span { border-color: #A81BE9; }
span { border-color: rgb(168,27,233); }
td.TdClassName
{
border-color: #A81BE9;
}
.TagClassName
{
border-color: #A81BE9;
}
</style>