Shades of Blue Violet #AA38F0
Tints of Blue Violet #AA38F0
RGB
CMYK
RGB Variations
Color information
#AA38F0 (or 0xAA38F0) is known color: Blue Violet. HEX triplet: AA, 38 and F0. RGB value is (170,56,240). Sum of RGB (Red+Green+Blue) = 170+56+240=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA38F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA38F0 is #55C70F. Grayscale: #6E6E6E. Windows color (decimal): -5621520 or 15743146. OLE color: 15743146.
HSL color Cylindrical-coordinate representation of color #AA38F0: hue angle of 277.17º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA38F0 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 56 | 240 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.06 |
| HSL | 277.17º | 0.86% | 0.58% | - |
| HSV(B) | 277.17º | 0.77% | 0.94% | - |
| XYZ | 33.72 | 17.67 | 84.07 | - |
| YUV | 111.06 | 200.77 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 240 | 0.29 | 0.77 | 0 | 0.06 | 277.17 | 0.86 | 0.58 |
| Hex | AA | 38 | F0 | 1D | 4D | 0 | 6 | 115 | 56 | 3A |
| Octal | 252 | 70 | 360 | 35 | 115 | 0 | 6 | 425 | 126 | 72 |
| Binary | 10101010 | 111000 | 11110000 | 11101 | 1001101 | 0 | 110 | 100010101 | 1010110 | 111010 |
Color Harmonies of #AA38F0
Complementary color
Monochromatic Colors of #AA38F0
Black with #AA38F0
Text Example
Text Example
White with #AA38F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA38F0; }
p { color: rgb(170,56,240); }
H1.HeaderClassName
{
color: #AA38F0;
}
.AnyTagClassName
{
color: #AA38F0;
}
</style>
background-color css
<style>
a { background-color: #AA38F0; }
a { background-color: rgb(170,56,240); }
div.DivClassName
{
background-color: #AA38F0;
}
.BgClassName
{
background-color: #AA38F0;
}
</style>
border-color css
<style>
span { border-color: #AA38F0; }
span { border-color: rgb(170,56,240); }
td.TdClassName
{
border-color: #AA38F0;
}
.TagClassName
{
border-color: #AA38F0;
}
</style>