Shades of Blue Violet #A427E5
Tints of Blue Violet #A427E5
RGB
CMYK
RGB Variations
Color information
#A427E5 (or 0xA427E5) is known color: Blue Violet. HEX triplet: A4, 27 and E5. RGB value is (164,39,229). Sum of RGB (Red+Green+Blue) = 164+39+229=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 229 (89.84% from 255 or 53.01% from 432); Max value from RGB is 229 - color contains mainly: blue. Hex color #A427E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A427E5 is #5BD81A. Grayscale: #616161. Windows color (decimal): -6019099 or 15017892. OLE color: 15017892.
HSL color Cylindrical-coordinate representation of color #A427E5: hue angle of 279.47º 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 #A427E5 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 39 | 229 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.10 |
| HSL | 279.47º | 0.79% | 0.53% | - |
| HSV(B) | 279.47º | 0.83% | 0.9% | - |
| XYZ | 30.18 | 15 | 75.43 | - |
| YUV | 98.04 | 201.91 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 229 | 0.28 | 0.83 | 0 | 0.10 | 279.47 | 0.79 | 0.53 |
| Hex | A4 | 27 | E5 | 1C | 53 | 0 | A | 117 | 4F | 35 |
| Octal | 244 | 47 | 345 | 34 | 123 | 0 | 12 | 427 | 117 | 65 |
| Binary | 10100100 | 100111 | 11100101 | 11100 | 1010011 | 0 | 1010 | 100010111 | 1001111 | 110101 |
Color Harmonies of #A427E5
Complementary color
Monochromatic Colors of #A427E5
Black with #A427E5
Text Example
Text Example
White with #A427E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A427E5; }
p { color: rgb(164,39,229); }
H1.HeaderClassName
{
color: #A427E5;
}
.AnyTagClassName
{
color: #A427E5;
}
</style>
background-color css
<style>
a { background-color: #A427E5; }
a { background-color: rgb(164,39,229); }
div.DivClassName
{
background-color: #A427E5;
}
.BgClassName
{
background-color: #A427E5;
}
</style>
border-color css
<style>
span { border-color: #A427E5; }
span { border-color: rgb(164,39,229); }
td.TdClassName
{
border-color: #A427E5;
}
.TagClassName
{
border-color: #A427E5;
}
</style>