Shades of Blue Violet #AA37FB
Tints of Blue Violet #AA37FB
RGB
CMYK
RGB Variations
Color information
#AA37FB (or 0xAA37FB) is known color: Blue Violet. HEX triplet: AA, 37 and FB. RGB value is (170,55,251). Sum of RGB (Red+Green+Blue) = 170+55+251=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 55 (21.88% from 255 or 11.55% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA37FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA37FB is #55C804. Grayscale: #6F6F6F. Windows color (decimal): -5621765 or 16463786. OLE color: 16463786.
HSL color Cylindrical-coordinate representation of color #AA37FB: hue angle of 275.2º degrees, saturation: 0.96, 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 #AA37FB is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 55 | 251 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.02 |
| HSL | 275.2º | 0.96% | 0.6% | - |
| HSV(B) | 275.2º | 0.78% | 0.98% | - |
| XYZ | 35.36 | 18.24 | 92.92 | - |
| YUV | 111.73 | 206.6 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 251 | 0.32 | 0.78 | 0 | 0.02 | 275.2 | 0.96 | 0.6 |
| Hex | AA | 37 | FB | 20 | 4E | 0 | 2 | 113 | 60 | 3C |
| Octal | 252 | 67 | 373 | 40 | 116 | 0 | 2 | 423 | 140 | 74 |
| Binary | 10101010 | 110111 | 11111011 | 100000 | 1001110 | 0 | 10 | 100010011 | 1100000 | 111100 |
Color Harmonies of #AA37FB
Complementary color
Monochromatic Colors of #AA37FB
Black with #AA37FB
Text Example
Text Example
White with #AA37FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37FB; }
p { color: rgb(170,55,251); }
H1.HeaderClassName
{
color: #AA37FB;
}
.AnyTagClassName
{
color: #AA37FB;
}
</style>
background-color css
<style>
a { background-color: #AA37FB; }
a { background-color: rgb(170,55,251); }
div.DivClassName
{
background-color: #AA37FB;
}
.BgClassName
{
background-color: #AA37FB;
}
</style>
border-color css
<style>
span { border-color: #AA37FB; }
span { border-color: rgb(170,55,251); }
td.TdClassName
{
border-color: #AA37FB;
}
.TagClassName
{
border-color: #AA37FB;
}
</style>