Shades of Blue Violet #A324FE
Tints of Blue Violet #A324FE
RGB
CMYK
RGB Variations
Color information
#A324FE (or 0xA324FE) is known color: Blue Violet. HEX triplet: A3, 24 and FE. RGB value is (163,36,254). Sum of RGB (Red+Green+Blue) = 163+36+254=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #A324FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A324FE is #5CDB01. Grayscale: #626262. Windows color (decimal): -6085378 or 16655523. OLE color: 16655523.
HSL color Cylindrical-coordinate representation of color #A324FE: hue angle of 274.95º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A324FE is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 36 | 254 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.00 |
| HSL | 274.95º | 0.99% | 0.57% | - |
| HSV(B) | 274.95º | 0.86% | 1% | - |
| XYZ | 33.62 | 16.2 | 95.12 | - |
| YUV | 98.83 | 215.58 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 254 | 0.36 | 0.86 | 0 | 0.00 | 274.95 | 0.99 | 0.57 |
| Hex | A3 | 24 | FE | 24 | 56 | 0 | 0 | 113 | 63 | 39 |
| Octal | 243 | 44 | 376 | 44 | 126 | 0 | 0 | 423 | 143 | 71 |
| Binary | 10100011 | 100100 | 11111110 | 100100 | 1010110 | 0 | 0 | 100010011 | 1100011 | 111001 |
Color Harmonies of #A324FE
Complementary color
Monochromatic Colors of #A324FE
Black with #A324FE
Text Example
Text Example
White with #A324FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A324FE; }
p { color: rgb(163,36,254); }
H1.HeaderClassName
{
color: #A324FE;
}
.AnyTagClassName
{
color: #A324FE;
}
</style>
background-color css
<style>
a { background-color: #A324FE; }
a { background-color: rgb(163,36,254); }
div.DivClassName
{
background-color: #A324FE;
}
.BgClassName
{
background-color: #A324FE;
}
</style>
border-color css
<style>
span { border-color: #A324FE; }
span { border-color: rgb(163,36,254); }
td.TdClassName
{
border-color: #A324FE;
}
.TagClassName
{
border-color: #A324FE;
}
</style>