Shades of Blue Violet #A323FE
Tints of Blue Violet #A323FE
RGB
CMYK
RGB Variations
Color information
#A323FE (or 0xA323FE) is known color: Blue Violet. HEX triplet: A3, 23 and FE. RGB value is (163,35,254). Sum of RGB (Red+Green+Blue) = 163+35+254=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #A323FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A323FE is #5CDC01. Grayscale: #616161. Windows color (decimal): -6085634 or 16655267. OLE color: 16655267.
HSL color Cylindrical-coordinate representation of color #A323FE: hue angle of 275.07º 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 #A323FE is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 35 | 254 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.00 |
| HSL | 275.07º | 0.99% | 0.57% | - |
| HSV(B) | 275.07º | 0.86% | 1% | - |
| XYZ | 33.59 | 16.14 | 95.11 | - |
| YUV | 98.24 | 215.91 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 254 | 0.36 | 0.86 | 0 | 0.00 | 275.07 | 0.99 | 0.57 |
| Hex | A3 | 23 | FE | 24 | 56 | 0 | 0 | 113 | 63 | 39 |
| Octal | 243 | 43 | 376 | 44 | 126 | 0 | 0 | 423 | 143 | 71 |
| Binary | 10100011 | 100011 | 11111110 | 100100 | 1010110 | 0 | 0 | 100010011 | 1100011 | 111001 |
Color Harmonies of #A323FE
Complementary color
Monochromatic Colors of #A323FE
Black with #A323FE
Text Example
Text Example
White with #A323FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323FE; }
p { color: rgb(163,35,254); }
H1.HeaderClassName
{
color: #A323FE;
}
.AnyTagClassName
{
color: #A323FE;
}
</style>
background-color css
<style>
a { background-color: #A323FE; }
a { background-color: rgb(163,35,254); }
div.DivClassName
{
background-color: #A323FE;
}
.BgClassName
{
background-color: #A323FE;
}
</style>
border-color css
<style>
span { border-color: #A323FE; }
span { border-color: rgb(163,35,254); }
td.TdClassName
{
border-color: #A323FE;
}
.TagClassName
{
border-color: #A323FE;
}
</style>