Shades of Blue Violet #A434E8
Tints of Blue Violet #A434E8
RGB
CMYK
RGB Variations
Color information
#A434E8 (or 0xA434E8) is known color: Blue Violet. HEX triplet: A4, 34 and E8. RGB value is (164,52,232). Sum of RGB (Red+Green+Blue) = 164+52+232=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 232 (91.02% from 255 or 51.79% from 448); Max value from RGB is 232 - color contains mainly: blue. Hex color #A434E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A434E8 is #5BCB17. Grayscale: #696969. Windows color (decimal): -6015768 or 15217828. OLE color: 15217828.
HSL color Cylindrical-coordinate representation of color #A434E8: hue angle of 277.33º 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 #A434E8 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 52 | 232 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.09 |
| HSL | 277.33º | 0.8% | 0.56% | - |
| HSV(B) | 277.33º | 0.78% | 0.91% | - |
| XYZ | 31.1 | 16.17 | 77.83 | - |
| YUV | 106.01 | 199.11 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 232 | 0.29 | 0.78 | 0 | 0.09 | 277.33 | 0.8 | 0.56 |
| Hex | A4 | 34 | E8 | 1D | 4E | 0 | 9 | 115 | 50 | 38 |
| Octal | 244 | 64 | 350 | 35 | 116 | 0 | 11 | 425 | 120 | 70 |
| Binary | 10100100 | 110100 | 11101000 | 11101 | 1001110 | 0 | 1001 | 100010101 | 1010000 | 111000 |
Color Harmonies of #A434E8
Complementary color
Monochromatic Colors of #A434E8
Black with #A434E8
Text Example
Text Example
White with #A434E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434E8; }
p { color: rgb(164,52,232); }
H1.HeaderClassName
{
color: #A434E8;
}
.AnyTagClassName
{
color: #A434E8;
}
</style>
background-color css
<style>
a { background-color: #A434E8; }
a { background-color: rgb(164,52,232); }
div.DivClassName
{
background-color: #A434E8;
}
.BgClassName
{
background-color: #A434E8;
}
</style>
border-color css
<style>
span { border-color: #A434E8; }
span { border-color: rgb(164,52,232); }
td.TdClassName
{
border-color: #A434E8;
}
.TagClassName
{
border-color: #A434E8;
}
</style>