Shades of Blue Violet #A324FD
Tints of Blue Violet #A324FD
RGB
CMYK
RGB Variations
Color information
#A324FD (or 0xA324FD) is known color: Blue Violet. HEX triplet: A3, 24 and FD. RGB value is (163,36,253). Sum of RGB (Red+Green+Blue) = 163+36+253=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 36 (14.45% from 255 or 7.96% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #A324FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A324FD is #5CDB02. Grayscale: #616161. Windows color (decimal): -6085379 or 16589987. OLE color: 16589987.
HSL color Cylindrical-coordinate representation of color #A324FD: hue angle of 275.12º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A324FD is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 36 | 253 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.01 |
| HSL | 275.12º | 0.98% | 0.57% | - |
| HSV(B) | 275.12º | 0.86% | 0.99% | - |
| XYZ | 33.46 | 16.14 | 94.28 | - |
| YUV | 98.71 | 215.08 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 253 | 0.36 | 0.86 | 0 | 0.01 | 275.12 | 0.98 | 0.57 |
| Hex | A3 | 24 | FD | 24 | 56 | 0 | 1 | 113 | 62 | 39 |
| Octal | 243 | 44 | 375 | 44 | 126 | 0 | 1 | 423 | 142 | 71 |
| Binary | 10100011 | 100100 | 11111101 | 100100 | 1010110 | 0 | 1 | 100010011 | 1100010 | 111001 |
Color Harmonies of #A324FD
Complementary color
Monochromatic Colors of #A324FD
Black with #A324FD
Text Example
Text Example
White with #A324FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A324FD; }
p { color: rgb(163,36,253); }
H1.HeaderClassName
{
color: #A324FD;
}
.AnyTagClassName
{
color: #A324FD;
}
</style>
background-color css
<style>
a { background-color: #A324FD; }
a { background-color: rgb(163,36,253); }
div.DivClassName
{
background-color: #A324FD;
}
.BgClassName
{
background-color: #A324FD;
}
</style>
border-color css
<style>
span { border-color: #A324FD; }
span { border-color: rgb(163,36,253); }
td.TdClassName
{
border-color: #A324FD;
}
.TagClassName
{
border-color: #A324FD;
}
</style>