Shades of Blue Violet #A427ED
Tints of Blue Violet #A427ED
RGB
CMYK
RGB Variations
Color information
#A427ED (or 0xA427ED) is known color: Blue Violet. HEX triplet: A4, 27 and ED. RGB value is (164,39,237). Sum of RGB (Red+Green+Blue) = 164+39+237=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #A427ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A427ED is #5BD812. Grayscale: #626262. Windows color (decimal): -6019091 or 15542180. OLE color: 15542180.
HSL color Cylindrical-coordinate representation of color #A427ED: hue angle of 277.88º 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 #A427ED is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 39 | 237 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.07 |
| HSL | 277.88º | 0.85% | 0.54% | - |
| HSV(B) | 277.88º | 0.84% | 0.93% | - |
| XYZ | 31.32 | 15.46 | 81.45 | - |
| YUV | 98.95 | 205.91 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 237 | 0.31 | 0.84 | 0 | 0.07 | 277.88 | 0.85 | 0.54 |
| Hex | A4 | 27 | ED | 1F | 54 | 0 | 7 | 116 | 55 | 36 |
| Octal | 244 | 47 | 355 | 37 | 124 | 0 | 7 | 426 | 125 | 66 |
| Binary | 10100100 | 100111 | 11101101 | 11111 | 1010100 | 0 | 111 | 100010110 | 1010101 | 110110 |
Color Harmonies of #A427ED
Complementary color
Monochromatic Colors of #A427ED
Black with #A427ED
Text Example
Text Example
White with #A427ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A427ED; }
p { color: rgb(164,39,237); }
H1.HeaderClassName
{
color: #A427ED;
}
.AnyTagClassName
{
color: #A427ED;
}
</style>
background-color css
<style>
a { background-color: #A427ED; }
a { background-color: rgb(164,39,237); }
div.DivClassName
{
background-color: #A427ED;
}
.BgClassName
{
background-color: #A427ED;
}
</style>
border-color css
<style>
span { border-color: #A427ED; }
span { border-color: rgb(164,39,237); }
td.TdClassName
{
border-color: #A427ED;
}
.TagClassName
{
border-color: #A427ED;
}
</style>