Shades of Blue Violet #A424E9
Tints of Blue Violet #A424E9
RGB
CMYK
RGB Variations
Color information
#A424E9 (or 0xA424E9) is known color: Blue Violet. HEX triplet: A4, 24 and E9. RGB value is (164,36,233). Sum of RGB (Red+Green+Blue) = 164+36+233=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #A424E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A424E9 is #5BDB16. Grayscale: #606060. Windows color (decimal): -6019863 or 15279268. OLE color: 15279268.
HSL color Cylindrical-coordinate representation of color #A424E9: hue angle of 278.98º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A424E9 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 36 | 233 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.09 |
| HSL | 278.98º | 0.82% | 0.53% | - |
| HSV(B) | 278.98º | 0.85% | 0.91% | - |
| XYZ | 30.65 | 15.04 | 78.38 | - |
| YUV | 96.73 | 204.91 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 233 | 0.30 | 0.85 | 0 | 0.09 | 278.98 | 0.82 | 0.53 |
| Hex | A4 | 24 | E9 | 1E | 55 | 0 | 9 | 117 | 52 | 35 |
| Octal | 244 | 44 | 351 | 36 | 125 | 0 | 11 | 427 | 122 | 65 |
| Binary | 10100100 | 100100 | 11101001 | 11110 | 1010101 | 0 | 1001 | 100010111 | 1010010 | 110101 |
Color Harmonies of #A424E9
Complementary color
Monochromatic Colors of #A424E9
Black with #A424E9
Text Example
Text Example
White with #A424E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A424E9; }
p { color: rgb(164,36,233); }
H1.HeaderClassName
{
color: #A424E9;
}
.AnyTagClassName
{
color: #A424E9;
}
</style>
background-color css
<style>
a { background-color: #A424E9; }
a { background-color: rgb(164,36,233); }
div.DivClassName
{
background-color: #A424E9;
}
.BgClassName
{
background-color: #A424E9;
}
</style>
border-color css
<style>
span { border-color: #A424E9; }
span { border-color: rgb(164,36,233); }
td.TdClassName
{
border-color: #A424E9;
}
.TagClassName
{
border-color: #A424E9;
}
</style>