Shades of Blue Violet #A427E6
Tints of Blue Violet #A427E6
RGB
CMYK
RGB Variations
Color information
#A427E6 (or 0xA427E6) is known color: Blue Violet. HEX triplet: A4, 27 and E6. RGB value is (164,39,230). Sum of RGB (Red+Green+Blue) = 164+39+230=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 39 (15.62% from 255 or 9.01% from 433); Blue value is 230 (90.23% from 255 or 53.12% from 433); Max value from RGB is 230 - color contains mainly: blue. Hex color #A427E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A427E6 is #5BD819. Grayscale: #616161. Windows color (decimal): -6019098 or 15083428. OLE color: 15083428.
HSL color Cylindrical-coordinate representation of color #A427E6: hue angle of 279.27º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A427E6 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 39 | 230 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.10 |
| HSL | 279.27º | 0.79% | 0.53% | - |
| HSV(B) | 279.27º | 0.83% | 0.9% | - |
| XYZ | 30.32 | 15.06 | 76.17 | - |
| YUV | 98.15 | 202.41 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 230 | 0.29 | 0.83 | 0 | 0.10 | 279.27 | 0.79 | 0.53 |
| Hex | A4 | 27 | E6 | 1D | 53 | 0 | A | 117 | 4F | 35 |
| Octal | 244 | 47 | 346 | 35 | 123 | 0 | 12 | 427 | 117 | 65 |
| Binary | 10100100 | 100111 | 11100110 | 11101 | 1010011 | 0 | 1010 | 100010111 | 1001111 | 110101 |
Color Harmonies of #A427E6
Complementary color
Monochromatic Colors of #A427E6
Black with #A427E6
Text Example
Text Example
White with #A427E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A427E6; }
p { color: rgb(164,39,230); }
H1.HeaderClassName
{
color: #A427E6;
}
.AnyTagClassName
{
color: #A427E6;
}
</style>
background-color css
<style>
a { background-color: #A427E6; }
a { background-color: rgb(164,39,230); }
div.DivClassName
{
background-color: #A427E6;
}
.BgClassName
{
background-color: #A427E6;
}
</style>
border-color css
<style>
span { border-color: #A427E6; }
span { border-color: rgb(164,39,230); }
td.TdClassName
{
border-color: #A427E6;
}
.TagClassName
{
border-color: #A427E6;
}
</style>