Shades of Blue Violet #AA3EEF
Tints of Blue Violet #AA3EEF
RGB
CMYK
RGB Variations
Color information
#AA3EEF (or 0xAA3EEF) is known color: Blue Violet. HEX triplet: AA, 3E and EF. RGB value is (170,62,239). Sum of RGB (Red+Green+Blue) = 170+62+239=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA3EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3EEF is #55C110. Grayscale: #717171. Windows color (decimal): -5619985 or 15679146. OLE color: 15679146.
HSL color Cylindrical-coordinate representation of color #AA3EEF: hue angle of 276.61º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA3EEF is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 62 | 239 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.06 |
| HSL | 276.61º | 0.85% | 0.59% | - |
| HSV(B) | 276.61º | 0.74% | 0.94% | - |
| XYZ | 33.88 | 18.22 | 83.39 | - |
| YUV | 114.47 | 198.28 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 239 | 0.29 | 0.74 | 0 | 0.06 | 276.61 | 0.85 | 0.59 |
| Hex | AA | 3E | EF | 1D | 4A | 0 | 6 | 115 | 55 | 3B |
| Octal | 252 | 76 | 357 | 35 | 112 | 0 | 6 | 425 | 125 | 73 |
| Binary | 10101010 | 111110 | 11101111 | 11101 | 1001010 | 0 | 110 | 100010101 | 1010101 | 111011 |
Color Harmonies of #AA3EEF
Complementary color
Monochromatic Colors of #AA3EEF
Black with #AA3EEF
Text Example
Text Example
White with #AA3EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3EEF; }
p { color: rgb(170,62,239); }
H1.HeaderClassName
{
color: #AA3EEF;
}
.AnyTagClassName
{
color: #AA3EEF;
}
</style>
background-color css
<style>
a { background-color: #AA3EEF; }
a { background-color: rgb(170,62,239); }
div.DivClassName
{
background-color: #AA3EEF;
}
.BgClassName
{
background-color: #AA3EEF;
}
</style>
border-color css
<style>
span { border-color: #AA3EEF; }
span { border-color: rgb(170,62,239); }
td.TdClassName
{
border-color: #AA3EEF;
}
.TagClassName
{
border-color: #AA3EEF;
}
</style>