Shades of Blue Violet #A827EC
Tints of Blue Violet #A827EC
RGB
CMYK
RGB Variations
Color information
#A827EC (or 0xA827EC) is known color: Blue Violet. HEX triplet: A8, 27 and EC. RGB value is (168,39,236). Sum of RGB (Red+Green+Blue) = 168+39+236=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #A827EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A827EC is #57D813. Grayscale: #636363. Windows color (decimal): -5756948 or 15476648. OLE color: 15476648.
HSL color Cylindrical-coordinate representation of color #A827EC: hue angle of 279.29º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A827EC is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 39 | 236 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.07 |
| HSL | 279.29º | 0.84% | 0.54% | - |
| HSV(B) | 279.29º | 0.83% | 0.93% | - |
| XYZ | 32.01 | 15.83 | 80.73 | - |
| YUV | 100.03 | 204.74 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 236 | 0.29 | 0.83 | 0 | 0.07 | 279.29 | 0.84 | 0.54 |
| Hex | A8 | 27 | EC | 1D | 53 | 0 | 7 | 117 | 54 | 36 |
| Octal | 250 | 47 | 354 | 35 | 123 | 0 | 7 | 427 | 124 | 66 |
| Binary | 10101000 | 100111 | 11101100 | 11101 | 1010011 | 0 | 111 | 100010111 | 1010100 | 110110 |
Color Harmonies of #A827EC
Complementary color
Monochromatic Colors of #A827EC
Black with #A827EC
Text Example
Text Example
White with #A827EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827EC; }
p { color: rgb(168,39,236); }
H1.HeaderClassName
{
color: #A827EC;
}
.AnyTagClassName
{
color: #A827EC;
}
</style>
background-color css
<style>
a { background-color: #A827EC; }
a { background-color: rgb(168,39,236); }
div.DivClassName
{
background-color: #A827EC;
}
.BgClassName
{
background-color: #A827EC;
}
</style>
border-color css
<style>
span { border-color: #A827EC; }
span { border-color: rgb(168,39,236); }
td.TdClassName
{
border-color: #A827EC;
}
.TagClassName
{
border-color: #A827EC;
}
</style>