Shades of Blue Violet #AA3BEF
Tints of Blue Violet #AA3BEF
RGB
CMYK
RGB Variations
Color information
#AA3BEF (or 0xAA3BEF) is known color: Blue Violet. HEX triplet: AA, 3B and EF. RGB value is (170,59,239). Sum of RGB (Red+Green+Blue) = 170+59+239=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA3BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3BEF is #55C410. Grayscale: #707070. Windows color (decimal): -5620753 or 15678378. OLE color: 15678378.
HSL color Cylindrical-coordinate representation of color #AA3BEF: hue angle of 277º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA3BEF is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 59 | 239 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.06 |
| HSL | 277º | 0.85% | 0.58% | - |
| HSV(B) | 277º | 0.75% | 0.94% | - |
| XYZ | 33.72 | 17.91 | 83.34 | - |
| YUV | 112.71 | 199.27 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 239 | 0.29 | 0.75 | 0 | 0.06 | 277 | 0.85 | 0.58 |
| Hex | AA | 3B | EF | 1D | 4B | 0 | 6 | 115 | 55 | 3A |
| Octal | 252 | 73 | 357 | 35 | 113 | 0 | 6 | 425 | 125 | 72 |
| Binary | 10101010 | 111011 | 11101111 | 11101 | 1001011 | 0 | 110 | 100010101 | 1010101 | 111010 |
Color Harmonies of #AA3BEF
Complementary color
Monochromatic Colors of #AA3BEF
Black with #AA3BEF
Text Example
Text Example
White with #AA3BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3BEF; }
p { color: rgb(170,59,239); }
H1.HeaderClassName
{
color: #AA3BEF;
}
.AnyTagClassName
{
color: #AA3BEF;
}
</style>
background-color css
<style>
a { background-color: #AA3BEF; }
a { background-color: rgb(170,59,239); }
div.DivClassName
{
background-color: #AA3BEF;
}
.BgClassName
{
background-color: #AA3BEF;
}
</style>
border-color css
<style>
span { border-color: #AA3BEF; }
span { border-color: rgb(170,59,239); }
td.TdClassName
{
border-color: #AA3BEF;
}
.TagClassName
{
border-color: #AA3BEF;
}
</style>