Shades of Blue Violet #AA38ED
Tints of Blue Violet #AA38ED
RGB
CMYK
RGB Variations
Color information
#AA38ED (or 0xAA38ED) is known color: Blue Violet. HEX triplet: AA, 38 and ED. RGB value is (170,56,237). Sum of RGB (Red+Green+Blue) = 170+56+237=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA38ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA38ED is #55C712. Grayscale: #6E6E6E. Windows color (decimal): -5621523 or 15546538. OLE color: 15546538.
HSL color Cylindrical-coordinate representation of color #AA38ED: hue angle of 277.79º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA38ED is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 56 | 237 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.07 |
| HSL | 277.79º | 0.83% | 0.57% | - |
| HSV(B) | 277.79º | 0.76% | 0.93% | - |
| XYZ | 33.28 | 17.49 | 81.74 | - |
| YUV | 110.72 | 199.27 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 237 | 0.28 | 0.76 | 0 | 0.07 | 277.79 | 0.83 | 0.57 |
| Hex | AA | 38 | ED | 1C | 4C | 0 | 7 | 116 | 53 | 39 |
| Octal | 252 | 70 | 355 | 34 | 114 | 0 | 7 | 426 | 123 | 71 |
| Binary | 10101010 | 111000 | 11101101 | 11100 | 1001100 | 0 | 111 | 100010110 | 1010011 | 111001 |
Color Harmonies of #AA38ED
Complementary color
Monochromatic Colors of #AA38ED
Black with #AA38ED
Text Example
Text Example
White with #AA38ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA38ED; }
p { color: rgb(170,56,237); }
H1.HeaderClassName
{
color: #AA38ED;
}
.AnyTagClassName
{
color: #AA38ED;
}
</style>
background-color css
<style>
a { background-color: #AA38ED; }
a { background-color: rgb(170,56,237); }
div.DivClassName
{
background-color: #AA38ED;
}
.BgClassName
{
background-color: #AA38ED;
}
</style>
border-color css
<style>
span { border-color: #AA38ED; }
span { border-color: rgb(170,56,237); }
td.TdClassName
{
border-color: #AA38ED;
}
.TagClassName
{
border-color: #AA38ED;
}
</style>