Shades of Blue Violet #A823EB
Tints of Blue Violet #A823EB
RGB
CMYK
RGB Variations
Color information
#A823EB (or 0xA823EB) is known color: Blue Violet. HEX triplet: A8, 23 and EB. RGB value is (168,35,235). Sum of RGB (Red+Green+Blue) = 168+35+235=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #A823EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A823EB is #57DC14. Grayscale: #606060. Windows color (decimal): -5757973 or 15410088. OLE color: 15410088.
HSL color Cylindrical-coordinate representation of color #A823EB: hue angle of 279.9º 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 #A823EB is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 35 | 235 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.08 |
| HSL | 279.9º | 0.83% | 0.53% | - |
| HSV(B) | 279.9º | 0.85% | 0.92% | - |
| XYZ | 31.74 | 15.53 | 79.92 | - |
| YUV | 97.57 | 205.56 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 235 | 0.29 | 0.85 | 0 | 0.08 | 279.9 | 0.83 | 0.53 |
| Hex | A8 | 23 | EB | 1D | 55 | 0 | 8 | 118 | 53 | 35 |
| Octal | 250 | 43 | 353 | 35 | 125 | 0 | 10 | 430 | 123 | 65 |
| Binary | 10101000 | 100011 | 11101011 | 11101 | 1010101 | 0 | 1000 | 100011000 | 1010011 | 110101 |
Color Harmonies of #A823EB
Complementary color
Monochromatic Colors of #A823EB
Black with #A823EB
Text Example
Text Example
White with #A823EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A823EB; }
p { color: rgb(168,35,235); }
H1.HeaderClassName
{
color: #A823EB;
}
.AnyTagClassName
{
color: #A823EB;
}
</style>
background-color css
<style>
a { background-color: #A823EB; }
a { background-color: rgb(168,35,235); }
div.DivClassName
{
background-color: #A823EB;
}
.BgClassName
{
background-color: #A823EB;
}
</style>
border-color css
<style>
span { border-color: #A823EB; }
span { border-color: rgb(168,35,235); }
td.TdClassName
{
border-color: #A823EB;
}
.TagClassName
{
border-color: #A823EB;
}
</style>