Shades of Blue Violet #AA3AFE
Tints of Blue Violet #AA3AFE
RGB
CMYK
RGB Variations
Color information
#AA3AFE (or 0xAA3AFE) is known color: Blue Violet. HEX triplet: AA, 3A and FE. RGB value is (170,58,254). Sum of RGB (Red+Green+Blue) = 170+58+254=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA3AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3AFE is #55C501. Grayscale: #717171. Windows color (decimal): -5620994 or 16661162. OLE color: 16661162.
HSL color Cylindrical-coordinate representation of color #AA3AFE: hue angle of 274.29º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA3AFE is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 58 | 254 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.00 |
| HSL | 274.29º | 0.99% | 0.61% | - |
| HSV(B) | 274.29º | 0.77% | 1% | - |
| XYZ | 35.98 | 18.73 | 95.48 | - |
| YUV | 113.83 | 207.11 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 254 | 0.33 | 0.77 | 0 | 0.00 | 274.29 | 0.99 | 0.61 |
| Hex | AA | 3A | FE | 21 | 4D | 0 | 0 | 112 | 63 | 3D |
| Octal | 252 | 72 | 376 | 41 | 115 | 0 | 0 | 422 | 143 | 75 |
| Binary | 10101010 | 111010 | 11111110 | 100001 | 1001101 | 0 | 0 | 100010010 | 1100011 | 111101 |
Color Harmonies of #AA3AFE
Complementary color
Monochromatic Colors of #AA3AFE
Black with #AA3AFE
Text Example
Text Example
White with #AA3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3AFE; }
p { color: rgb(170,58,254); }
H1.HeaderClassName
{
color: #AA3AFE;
}
.AnyTagClassName
{
color: #AA3AFE;
}
</style>
background-color css
<style>
a { background-color: #AA3AFE; }
a { background-color: rgb(170,58,254); }
div.DivClassName
{
background-color: #AA3AFE;
}
.BgClassName
{
background-color: #AA3AFE;
}
</style>
border-color css
<style>
span { border-color: #AA3AFE; }
span { border-color: rgb(170,58,254); }
td.TdClassName
{
border-color: #AA3AFE;
}
.TagClassName
{
border-color: #AA3AFE;
}
</style>