Shades of Blue Violet #AA23ED
Tints of Blue Violet #AA23ED
RGB
CMYK
RGB Variations
Color information
#AA23ED (or 0xAA23ED) is known color: Blue Violet. HEX triplet: AA, 23 and ED. RGB value is (170,35,237). Sum of RGB (Red+Green+Blue) = 170+35+237=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA23ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA23ED is #55DC12. Grayscale: #616161. Windows color (decimal): -5626899 or 15541162. OLE color: 15541162.
HSL color Cylindrical-coordinate representation of color #AA23ED: hue angle of 280.1º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA23ED is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 35 | 237 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.07 |
| HSL | 280.1º | 0.85% | 0.53% | - |
| HSV(B) | 280.1º | 0.85% | 0.93% | - |
| XYZ | 32.46 | 15.86 | 81.47 | - |
| YUV | 98.39 | 206.23 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 237 | 0.28 | 0.85 | 0 | 0.07 | 280.1 | 0.85 | 0.53 |
| Hex | AA | 23 | ED | 1C | 55 | 0 | 7 | 118 | 55 | 35 |
| Octal | 252 | 43 | 355 | 34 | 125 | 0 | 7 | 430 | 125 | 65 |
| Binary | 10101010 | 100011 | 11101101 | 11100 | 1010101 | 0 | 111 | 100011000 | 1010101 | 110101 |
Color Harmonies of #AA23ED
Complementary color
Monochromatic Colors of #AA23ED
Black with #AA23ED
Text Example
Text Example
White with #AA23ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA23ED; }
p { color: rgb(170,35,237); }
H1.HeaderClassName
{
color: #AA23ED;
}
.AnyTagClassName
{
color: #AA23ED;
}
</style>
background-color css
<style>
a { background-color: #AA23ED; }
a { background-color: rgb(170,35,237); }
div.DivClassName
{
background-color: #AA23ED;
}
.BgClassName
{
background-color: #AA23ED;
}
</style>
border-color css
<style>
span { border-color: #AA23ED; }
span { border-color: rgb(170,35,237); }
td.TdClassName
{
border-color: #AA23ED;
}
.TagClassName
{
border-color: #AA23ED;
}
</style>