Shades of Blue Violet #A324E7
Tints of Blue Violet #A324E7
RGB
CMYK
RGB Variations
Color information
#A324E7 (or 0xA324E7) is known color: Blue Violet. HEX triplet: A3, 24 and E7. RGB value is (163,36,231). Sum of RGB (Red+Green+Blue) = 163+36+231=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 231 (90.62% from 255 or 53.72% from 430); Max value from RGB is 231 - color contains mainly: blue. Hex color #A324E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A324E7 is #5CDB18. Grayscale: #5F5F5F. Windows color (decimal): -6085401 or 15148195. OLE color: 15148195.
HSL color Cylindrical-coordinate representation of color #A324E7: hue angle of 279.08º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A324E7 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 36 | 231 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.09 |
| HSL | 279.08º | 0.8% | 0.52% | - |
| HSV(B) | 279.08º | 0.84% | 0.91% | - |
| XYZ | 30.16 | 14.82 | 76.87 | - |
| YUV | 96.2 | 204.08 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 231 | 0.29 | 0.84 | 0 | 0.09 | 279.08 | 0.8 | 0.52 |
| Hex | A3 | 24 | E7 | 1D | 54 | 0 | 9 | 117 | 50 | 34 |
| Octal | 243 | 44 | 347 | 35 | 124 | 0 | 11 | 427 | 120 | 64 |
| Binary | 10100011 | 100100 | 11100111 | 11101 | 1010100 | 0 | 1001 | 100010111 | 1010000 | 110100 |
Color Harmonies of #A324E7
Complementary color
Monochromatic Colors of #A324E7
Black with #A324E7
Text Example
Text Example
White with #A324E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A324E7; }
p { color: rgb(163,36,231); }
H1.HeaderClassName
{
color: #A324E7;
}
.AnyTagClassName
{
color: #A324E7;
}
</style>
background-color css
<style>
a { background-color: #A324E7; }
a { background-color: rgb(163,36,231); }
div.DivClassName
{
background-color: #A324E7;
}
.BgClassName
{
background-color: #A324E7;
}
</style>
border-color css
<style>
span { border-color: #A324E7; }
span { border-color: rgb(163,36,231); }
td.TdClassName
{
border-color: #A324E7;
}
.TagClassName
{
border-color: #A324E7;
}
</style>