Shades of Blue Violet #A823E7
Tints of Blue Violet #A823E7
RGB
CMYK
RGB Variations
Color information
#A823E7 (or 0xA823E7) is known color: Blue Violet. HEX triplet: A8, 23 and E7. RGB value is (168,35,231). Sum of RGB (Red+Green+Blue) = 168+35+231=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 231 (90.62% from 255 or 53.23% from 434); Max value from RGB is 231 - color contains mainly: blue. Hex color #A823E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A823E7 is #57DC18. Grayscale: #606060. Windows color (decimal): -5757977 or 15147944. OLE color: 15147944.
HSL color Cylindrical-coordinate representation of color #A823E7: hue angle of 280.71º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A823E7 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 35 | 231 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.09 |
| HSL | 280.71º | 0.8% | 0.52% | - |
| HSV(B) | 280.71º | 0.85% | 0.91% | - |
| XYZ | 31.17 | 15.3 | 76.91 | - |
| YUV | 97.11 | 203.56 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 231 | 0.27 | 0.85 | 0 | 0.09 | 280.71 | 0.8 | 0.52 |
| Hex | A8 | 23 | E7 | 1B | 55 | 0 | 9 | 119 | 50 | 34 |
| Octal | 250 | 43 | 347 | 33 | 125 | 0 | 11 | 431 | 120 | 64 |
| Binary | 10101000 | 100011 | 11100111 | 11011 | 1010101 | 0 | 1001 | 100011001 | 1010000 | 110100 |
Color Harmonies of #A823E7
Complementary color
Monochromatic Colors of #A823E7
Black with #A823E7
Text Example
Text Example
White with #A823E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A823E7; }
p { color: rgb(168,35,231); }
H1.HeaderClassName
{
color: #A823E7;
}
.AnyTagClassName
{
color: #A823E7;
}
</style>
background-color css
<style>
a { background-color: #A823E7; }
a { background-color: rgb(168,35,231); }
div.DivClassName
{
background-color: #A823E7;
}
.BgClassName
{
background-color: #A823E7;
}
</style>
border-color css
<style>
span { border-color: #A823E7; }
span { border-color: rgb(168,35,231); }
td.TdClassName
{
border-color: #A823E7;
}
.TagClassName
{
border-color: #A823E7;
}
</style>