Shades of Blue Violet #A827E8
Tints of Blue Violet #A827E8
RGB
CMYK
RGB Variations
Color information
#A827E8 (or 0xA827E8) is known color: Blue Violet. HEX triplet: A8, 27 and E8. RGB value is (168,39,232). Sum of RGB (Red+Green+Blue) = 168+39+232=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #A827E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A827E8 is #57D817. Grayscale: #626262. Windows color (decimal): -5756952 or 15214504. OLE color: 15214504.
HSL color Cylindrical-coordinate representation of color #A827E8: hue angle of 280.1º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A827E8 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 39 | 232 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.09 |
| HSL | 280.1º | 0.81% | 0.53% | - |
| HSV(B) | 280.1º | 0.83% | 0.91% | - |
| XYZ | 31.44 | 15.6 | 77.7 | - |
| YUV | 99.57 | 202.74 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 232 | 0.28 | 0.83 | 0 | 0.09 | 280.1 | 0.81 | 0.53 |
| Hex | A8 | 27 | E8 | 1C | 53 | 0 | 9 | 118 | 51 | 35 |
| Octal | 250 | 47 | 350 | 34 | 123 | 0 | 11 | 430 | 121 | 65 |
| Binary | 10101000 | 100111 | 11101000 | 11100 | 1010011 | 0 | 1001 | 100011000 | 1010001 | 110101 |
Color Harmonies of #A827E8
Complementary color
Monochromatic Colors of #A827E8
Black with #A827E8
Text Example
Text Example
White with #A827E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827E8; }
p { color: rgb(168,39,232); }
H1.HeaderClassName
{
color: #A827E8;
}
.AnyTagClassName
{
color: #A827E8;
}
</style>
background-color css
<style>
a { background-color: #A827E8; }
a { background-color: rgb(168,39,232); }
div.DivClassName
{
background-color: #A827E8;
}
.BgClassName
{
background-color: #A827E8;
}
</style>
border-color css
<style>
span { border-color: #A827E8; }
span { border-color: rgb(168,39,232); }
td.TdClassName
{
border-color: #A827E8;
}
.TagClassName
{
border-color: #A827E8;
}
</style>