Shades of Blue Violet #A927EE
Tints of Blue Violet #A927EE
RGB
CMYK
RGB Variations
Color information
#A927EE (or 0xA927EE) is known color: Blue Violet. HEX triplet: A9, 27 and EE. RGB value is (169,39,238). Sum of RGB (Red+Green+Blue) = 169+39+238=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #A927EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A927EE is #56D811. Grayscale: #636363. Windows color (decimal): -5691410 or 15607721. OLE color: 15607721.
HSL color Cylindrical-coordinate representation of color #A927EE: hue angle of 279.2º 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 #A927EE is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 39 | 238 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.07 |
| HSL | 279.2º | 0.85% | 0.54% | - |
| HSV(B) | 279.2º | 0.84% | 0.93% | - |
| XYZ | 32.52 | 16.06 | 82.27 | - |
| YUV | 100.56 | 205.57 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 39 | 238 | 0.29 | 0.84 | 0 | 0.07 | 279.2 | 0.85 | 0.54 |
| Hex | A9 | 27 | EE | 1D | 54 | 0 | 7 | 117 | 55 | 36 |
| Octal | 251 | 47 | 356 | 35 | 124 | 0 | 7 | 427 | 125 | 66 |
| Binary | 10101001 | 100111 | 11101110 | 11101 | 1010100 | 0 | 111 | 100010111 | 1010101 | 110110 |
Color Harmonies of #A927EE
Complementary color
Monochromatic Colors of #A927EE
Black with #A927EE
Text Example
Text Example
White with #A927EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A927EE; }
p { color: rgb(169,39,238); }
H1.HeaderClassName
{
color: #A927EE;
}
.AnyTagClassName
{
color: #A927EE;
}
</style>
background-color css
<style>
a { background-color: #A927EE; }
a { background-color: rgb(169,39,238); }
div.DivClassName
{
background-color: #A927EE;
}
.BgClassName
{
background-color: #A927EE;
}
</style>
border-color css
<style>
span { border-color: #A927EE; }
span { border-color: rgb(169,39,238); }
td.TdClassName
{
border-color: #A927EE;
}
.TagClassName
{
border-color: #A927EE;
}
</style>