Shades of Blue Violet #A323EA
Tints of Blue Violet #A323EA
RGB
CMYK
RGB Variations
Color information
#A323EA (or 0xA323EA) is known color: Blue Violet. HEX triplet: A3, 23 and EA. RGB value is (163,35,234). Sum of RGB (Red+Green+Blue) = 163+35+234=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #A323EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A323EA is #5CDC15. Grayscale: #5F5F5F. Windows color (decimal): -6085654 or 15344547. OLE color: 15344547.
HSL color Cylindrical-coordinate representation of color #A323EA: hue angle of 278.59º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A323EA is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 35 | 234 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.08 |
| HSL | 278.59º | 0.83% | 0.53% | - |
| HSV(B) | 278.59º | 0.85% | 0.92% | - |
| XYZ | 30.56 | 14.93 | 79.11 | - |
| YUV | 95.96 | 205.91 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 234 | 0.30 | 0.85 | 0 | 0.08 | 278.59 | 0.83 | 0.53 |
| Hex | A3 | 23 | EA | 1E | 55 | 0 | 8 | 117 | 53 | 35 |
| Octal | 243 | 43 | 352 | 36 | 125 | 0 | 10 | 427 | 123 | 65 |
| Binary | 10100011 | 100011 | 11101010 | 11110 | 1010101 | 0 | 1000 | 100010111 | 1010011 | 110101 |
Color Harmonies of #A323EA
Complementary color
Monochromatic Colors of #A323EA
Black with #A323EA
Text Example
Text Example
White with #A323EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323EA; }
p { color: rgb(163,35,234); }
H1.HeaderClassName
{
color: #A323EA;
}
.AnyTagClassName
{
color: #A323EA;
}
</style>
background-color css
<style>
a { background-color: #A323EA; }
a { background-color: rgb(163,35,234); }
div.DivClassName
{
background-color: #A323EA;
}
.BgClassName
{
background-color: #A323EA;
}
</style>
border-color css
<style>
span { border-color: #A323EA; }
span { border-color: rgb(163,35,234); }
td.TdClassName
{
border-color: #A323EA;
}
.TagClassName
{
border-color: #A323EA;
}
</style>