Shades of Blue Violet #A323FF
Tints of Blue Violet #A323FF
RGB
CMYK
RGB Variations
Color information
#A323FF (or 0xA323FF) is known color: Blue Violet. HEX triplet: A3, 23 and FF. RGB value is (163,35,255). Sum of RGB (Red+Green+Blue) = 163+35+255=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #A323FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A323FF is #5CDC00. Grayscale: #616161. Windows color (decimal): -6085633 or 16720803. OLE color: 16720803.
HSL color Cylindrical-coordinate representation of color #A323FF: hue angle of 274.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A323FF is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 35 | 255 | - |
| CMYK | 0.36 | 0.86 | 0 | 0 |
| HSL | 274.91º | 1% | 0.57% | - |
| HSV(B) | 274.91º | 0.86% | 1% | - |
| XYZ | 33.76 | 16.21 | 95.96 | - |
| YUV | 98.35 | 216.41 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 255 | 0.36 | 0.86 | 0 | 0 | 274.91 | 1 | 0.57 |
| Hex | A3 | 23 | FF | 24 | 56 | 0 | 0 | 113 | 64 | 39 |
| Octal | 243 | 43 | 377 | 44 | 126 | 0 | 0 | 423 | 144 | 71 |
| Binary | 10100011 | 100011 | 11111111 | 100100 | 1010110 | 0 | 0 | 100010011 | 1100100 | 111001 |
Color Harmonies of #A323FF
Complementary color
Monochromatic Colors of #A323FF
Black with #A323FF
Text Example
Text Example
White with #A323FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323FF; }
p { color: rgb(163,35,255); }
H1.HeaderClassName
{
color: #A323FF;
}
.AnyTagClassName
{
color: #A323FF;
}
</style>
background-color css
<style>
a { background-color: #A323FF; }
a { background-color: rgb(163,35,255); }
div.DivClassName
{
background-color: #A323FF;
}
.BgClassName
{
background-color: #A323FF;
}
</style>
border-color css
<style>
span { border-color: #A323FF; }
span { border-color: rgb(163,35,255); }
td.TdClassName
{
border-color: #A323FF;
}
.TagClassName
{
border-color: #A323FF;
}
</style>