Shades of Blue Violet #A827EA
Tints of Blue Violet #A827EA
RGB
CMYK
RGB Variations
Color information
#A827EA (or 0xA827EA) is known color: Blue Violet. HEX triplet: A8, 27 and EA. RGB value is (168,39,234). Sum of RGB (Red+Green+Blue) = 168+39+234=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #A827EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A827EA is #57D815. Grayscale: #636363. Windows color (decimal): -5756950 or 15345576. OLE color: 15345576.
HSL color Cylindrical-coordinate representation of color #A827EA: hue angle of 279.69º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A827EA is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 39 | 234 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.08 |
| HSL | 279.69º | 0.82% | 0.54% | - |
| HSV(B) | 279.69º | 0.83% | 0.92% | - |
| XYZ | 31.73 | 15.72 | 79.2 | - |
| YUV | 99.8 | 203.74 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 234 | 0.28 | 0.83 | 0 | 0.08 | 279.69 | 0.82 | 0.54 |
| Hex | A8 | 27 | EA | 1C | 53 | 0 | 8 | 118 | 52 | 36 |
| Octal | 250 | 47 | 352 | 34 | 123 | 0 | 10 | 430 | 122 | 66 |
| Binary | 10101000 | 100111 | 11101010 | 11100 | 1010011 | 0 | 1000 | 100011000 | 1010010 | 110110 |
Color Harmonies of #A827EA
Complementary color
Monochromatic Colors of #A827EA
Black with #A827EA
Text Example
Text Example
White with #A827EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827EA; }
p { color: rgb(168,39,234); }
H1.HeaderClassName
{
color: #A827EA;
}
.AnyTagClassName
{
color: #A827EA;
}
</style>
background-color css
<style>
a { background-color: #A827EA; }
a { background-color: rgb(168,39,234); }
div.DivClassName
{
background-color: #A827EA;
}
.BgClassName
{
background-color: #A827EA;
}
</style>
border-color css
<style>
span { border-color: #A827EA; }
span { border-color: rgb(168,39,234); }
td.TdClassName
{
border-color: #A827EA;
}
.TagClassName
{
border-color: #A827EA;
}
</style>