Shades of Blue Violet #A434E9
Tints of Blue Violet #A434E9
RGB
CMYK
RGB Variations
Color information
#A434E9 (or 0xA434E9) is known color: Blue Violet. HEX triplet: A4, 34 and E9. RGB value is (164,52,233). Sum of RGB (Red+Green+Blue) = 164+52+233=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #A434E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A434E9 is #5BCB16. Grayscale: #696969. Windows color (decimal): -6015767 or 15283364. OLE color: 15283364.
HSL color Cylindrical-coordinate representation of color #A434E9: hue angle of 277.13º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A434E9 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 52 | 233 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.09 |
| HSL | 277.13º | 0.8% | 0.56% | - |
| HSV(B) | 277.13º | 0.78% | 0.91% | - |
| XYZ | 31.25 | 16.23 | 78.58 | - |
| YUV | 106.12 | 199.61 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 233 | 0.30 | 0.78 | 0 | 0.09 | 277.13 | 0.8 | 0.56 |
| Hex | A4 | 34 | E9 | 1E | 4E | 0 | 9 | 115 | 50 | 38 |
| Octal | 244 | 64 | 351 | 36 | 116 | 0 | 11 | 425 | 120 | 70 |
| Binary | 10100100 | 110100 | 11101001 | 11110 | 1001110 | 0 | 1001 | 100010101 | 1010000 | 111000 |
Color Harmonies of #A434E9
Complementary color
Monochromatic Colors of #A434E9
Black with #A434E9
Text Example
Text Example
White with #A434E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434E9; }
p { color: rgb(164,52,233); }
H1.HeaderClassName
{
color: #A434E9;
}
.AnyTagClassName
{
color: #A434E9;
}
</style>
background-color css
<style>
a { background-color: #A434E9; }
a { background-color: rgb(164,52,233); }
div.DivClassName
{
background-color: #A434E9;
}
.BgClassName
{
background-color: #A434E9;
}
</style>
border-color css
<style>
span { border-color: #A434E9; }
span { border-color: rgb(164,52,233); }
td.TdClassName
{
border-color: #A434E9;
}
.TagClassName
{
border-color: #A434E9;
}
</style>