Shades of Blue Violet #A823EE
Tints of Blue Violet #A823EE
RGB
CMYK
RGB Variations
Color information
#A823EE (or 0xA823EE) is known color: Blue Violet. HEX triplet: A8, 23 and EE. RGB value is (168,35,238). Sum of RGB (Red+Green+Blue) = 168+35+238=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 35 (14.06% from 255 or 7.94% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #A823EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A823EE is #57DC11. Grayscale: #616161. Windows color (decimal): -5757970 or 15606696. OLE color: 15606696.
HSL color Cylindrical-coordinate representation of color #A823EE: hue angle of 279.31º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A823EE is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 35 | 238 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.07 |
| HSL | 279.31º | 0.86% | 0.54% | - |
| HSV(B) | 279.31º | 0.85% | 0.93% | - |
| XYZ | 32.18 | 15.7 | 82.22 | - |
| YUV | 97.91 | 207.06 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 238 | 0.29 | 0.85 | 0 | 0.07 | 279.31 | 0.86 | 0.54 |
| Hex | A8 | 23 | EE | 1D | 55 | 0 | 7 | 117 | 56 | 36 |
| Octal | 250 | 43 | 356 | 35 | 125 | 0 | 7 | 427 | 126 | 66 |
| Binary | 10101000 | 100011 | 11101110 | 11101 | 1010101 | 0 | 111 | 100010111 | 1010110 | 110110 |
Color Harmonies of #A823EE
Complementary color
Monochromatic Colors of #A823EE
Black with #A823EE
Text Example
Text Example
White with #A823EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A823EE; }
p { color: rgb(168,35,238); }
H1.HeaderClassName
{
color: #A823EE;
}
.AnyTagClassName
{
color: #A823EE;
}
</style>
background-color css
<style>
a { background-color: #A823EE; }
a { background-color: rgb(168,35,238); }
div.DivClassName
{
background-color: #A823EE;
}
.BgClassName
{
background-color: #A823EE;
}
</style>
border-color css
<style>
span { border-color: #A823EE; }
span { border-color: rgb(168,35,238); }
td.TdClassName
{
border-color: #A823EE;
}
.TagClassName
{
border-color: #A823EE;
}
</style>