Shades of Blue Violet #A827EE
Tints of Blue Violet #A827EE
RGB
CMYK
RGB Variations
Color information
#A827EE (or 0xA827EE) is known color: Blue Violet. HEX triplet: A8, 27 and EE. RGB value is (168,39,238). Sum of RGB (Red+Green+Blue) = 168+39+238=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #A827EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A827EE is #57D811. Grayscale: #636363. Windows color (decimal): -5756946 or 15607720. OLE color: 15607720.
HSL color Cylindrical-coordinate representation of color #A827EE: hue angle of 278.89º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A827EE is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 39 | 238 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.07 |
| HSL | 278.89º | 0.85% | 0.54% | - |
| HSV(B) | 278.89º | 0.84% | 0.93% | - |
| XYZ | 32.31 | 15.95 | 82.26 | - |
| YUV | 100.26 | 205.74 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 238 | 0.29 | 0.84 | 0 | 0.07 | 278.89 | 0.85 | 0.54 |
| Hex | A8 | 27 | EE | 1D | 54 | 0 | 7 | 117 | 55 | 36 |
| Octal | 250 | 47 | 356 | 35 | 124 | 0 | 7 | 427 | 125 | 66 |
| Binary | 10101000 | 100111 | 11101110 | 11101 | 1010100 | 0 | 111 | 100010111 | 1010101 | 110110 |
Color Harmonies of #A827EE
Complementary color
Monochromatic Colors of #A827EE
Black with #A827EE
Text Example
Text Example
White with #A827EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827EE; }
p { color: rgb(168,39,238); }
H1.HeaderClassName
{
color: #A827EE;
}
.AnyTagClassName
{
color: #A827EE;
}
</style>
background-color css
<style>
a { background-color: #A827EE; }
a { background-color: rgb(168,39,238); }
div.DivClassName
{
background-color: #A827EE;
}
.BgClassName
{
background-color: #A827EE;
}
</style>
border-color css
<style>
span { border-color: #A827EE; }
span { border-color: rgb(168,39,238); }
td.TdClassName
{
border-color: #A827EE;
}
.TagClassName
{
border-color: #A827EE;
}
</style>