Shades of Blue Violet #AA3EFE
Tints of Blue Violet #AA3EFE
RGB
CMYK
RGB Variations
Color information
#AA3EFE (or 0xAA3EFE) is known color: Blue Violet. HEX triplet: AA, 3E and FE. RGB value is (170,62,254). Sum of RGB (Red+Green+Blue) = 170+62+254=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA3EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3EFE is #55C101. Grayscale: #737373. Windows color (decimal): -5619970 or 16662186. OLE color: 16662186.
HSL color Cylindrical-coordinate representation of color #AA3EFE: hue angle of 273.75º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA3EFE is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 62 | 254 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.00 |
| HSL | 273.75º | 0.99% | 0.62% | - |
| HSV(B) | 273.75º | 0.76% | 1% | - |
| XYZ | 36.19 | 19.15 | 95.55 | - |
| YUV | 116.18 | 205.78 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 254 | 0.33 | 0.76 | 0 | 0.00 | 273.75 | 0.99 | 0.62 |
| Hex | AA | 3E | FE | 21 | 4C | 0 | 0 | 112 | 63 | 3E |
| Octal | 252 | 76 | 376 | 41 | 114 | 0 | 0 | 422 | 143 | 76 |
| Binary | 10101010 | 111110 | 11111110 | 100001 | 1001100 | 0 | 0 | 100010010 | 1100011 | 111110 |
Color Harmonies of #AA3EFE
Complementary color
Monochromatic Colors of #AA3EFE
Black with #AA3EFE
Text Example
Text Example
White with #AA3EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3EFE; }
p { color: rgb(170,62,254); }
H1.HeaderClassName
{
color: #AA3EFE;
}
.AnyTagClassName
{
color: #AA3EFE;
}
</style>
background-color css
<style>
a { background-color: #AA3EFE; }
a { background-color: rgb(170,62,254); }
div.DivClassName
{
background-color: #AA3EFE;
}
.BgClassName
{
background-color: #AA3EFE;
}
</style>
border-color css
<style>
span { border-color: #AA3EFE; }
span { border-color: rgb(170,62,254); }
td.TdClassName
{
border-color: #AA3EFE;
}
.TagClassName
{
border-color: #AA3EFE;
}
</style>