Shades of Blue Violet #AA2BED
Tints of Blue Violet #AA2BED
RGB
CMYK
RGB Variations
Color information
#AA2BED (or 0xAA2BED) is known color: Blue Violet. HEX triplet: AA, 2B and ED. RGB value is (170,43,237). Sum of RGB (Red+Green+Blue) = 170+43+237=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA2BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2BED is #55D412. Grayscale: #666666. Windows color (decimal): -5624851 or 15543210. OLE color: 15543210.
HSL color Cylindrical-coordinate representation of color #AA2BED: hue angle of 279.28º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2BED is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 43 | 237 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.07 |
| HSL | 279.28º | 0.84% | 0.55% | - |
| HSV(B) | 279.28º | 0.82% | 0.93% | - |
| XYZ | 32.73 | 16.39 | 81.56 | - |
| YUV | 103.09 | 203.58 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 237 | 0.28 | 0.82 | 0 | 0.07 | 279.28 | 0.84 | 0.55 |
| Hex | AA | 2B | ED | 1C | 52 | 0 | 7 | 117 | 54 | 37 |
| Octal | 252 | 53 | 355 | 34 | 122 | 0 | 7 | 427 | 124 | 67 |
| Binary | 10101010 | 101011 | 11101101 | 11100 | 1010010 | 0 | 111 | 100010111 | 1010100 | 110111 |
Color Harmonies of #AA2BED
Complementary color
Monochromatic Colors of #AA2BED
Black with #AA2BED
Text Example
Text Example
White with #AA2BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BED; }
p { color: rgb(170,43,237); }
H1.HeaderClassName
{
color: #AA2BED;
}
.AnyTagClassName
{
color: #AA2BED;
}
</style>
background-color css
<style>
a { background-color: #AA2BED; }
a { background-color: rgb(170,43,237); }
div.DivClassName
{
background-color: #AA2BED;
}
.BgClassName
{
background-color: #AA2BED;
}
</style>
border-color css
<style>
span { border-color: #AA2BED; }
span { border-color: rgb(170,43,237); }
td.TdClassName
{
border-color: #AA2BED;
}
.TagClassName
{
border-color: #AA2BED;
}
</style>