Shades of Blue Violet #AA37FA
Tints of Blue Violet #AA37FA
RGB
CMYK
RGB Variations
Color information
#AA37FA (or 0xAA37FA) is known color: Blue Violet. HEX triplet: AA, 37 and FA. RGB value is (170,55,250). Sum of RGB (Red+Green+Blue) = 170+55+250=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA37FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA37FA is #55C805. Grayscale: #6E6E6E. Windows color (decimal): -5621766 or 16398250. OLE color: 16398250.
HSL color Cylindrical-coordinate representation of color #AA37FA: hue angle of 275.38º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA37FA is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 55 | 250 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.02 |
| HSL | 275.38º | 0.95% | 0.6% | - |
| HSV(B) | 275.38º | 0.78% | 0.98% | - |
| XYZ | 35.2 | 18.18 | 92.1 | - |
| YUV | 111.62 | 206.1 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 250 | 0.32 | 0.78 | 0 | 0.02 | 275.38 | 0.95 | 0.6 |
| Hex | AA | 37 | FA | 20 | 4E | 0 | 2 | 113 | 5F | 3C |
| Octal | 252 | 67 | 372 | 40 | 116 | 0 | 2 | 423 | 137 | 74 |
| Binary | 10101010 | 110111 | 11111010 | 100000 | 1001110 | 0 | 10 | 100010011 | 1011111 | 111100 |
Color Harmonies of #AA37FA
Complementary color
Monochromatic Colors of #AA37FA
Black with #AA37FA
Text Example
Text Example
White with #AA37FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37FA; }
p { color: rgb(170,55,250); }
H1.HeaderClassName
{
color: #AA37FA;
}
.AnyTagClassName
{
color: #AA37FA;
}
</style>
background-color css
<style>
a { background-color: #AA37FA; }
a { background-color: rgb(170,55,250); }
div.DivClassName
{
background-color: #AA37FA;
}
.BgClassName
{
background-color: #AA37FA;
}
</style>
border-color css
<style>
span { border-color: #AA37FA; }
span { border-color: rgb(170,55,250); }
td.TdClassName
{
border-color: #AA37FA;
}
.TagClassName
{
border-color: #AA37FA;
}
</style>