Shades of Violet Blue #AA3FA7
Tints of Violet Blue #AA3FA7
RGB
CMYK
RGB Variations
Color information
#AA3FA7 (or 0xAA3FA7) is known color: Violet Blue. HEX triplet: AA, 3F and A7. RGB value is (170,63,167). Sum of RGB (Red+Green+Blue) = 170+63+167=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3FA7 is #55C058. Grayscale: #6A6A6A. Windows color (decimal): -5619801 or 10960810. OLE color: 10960810.
HSL color Cylindrical-coordinate representation of color #AA3FA7: hue angle of 301.68º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3FA7 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 167 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.33 |
| HSL | 301.68º | 0.46% | 0.46% | - |
| HSV(B) | 301.68º | 0.63% | 0.67% | - |
| XYZ | 25.33 | 14.89 | 38.1 | - |
| YUV | 106.85 | 161.95 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 167 | 0 | 0.63 | 0.02 | 0.33 | 301.68 | 0.46 | 0.46 |
| Hex | AA | 3F | A7 | 0 | 3F | 2 | 21 | 12E | 2E | 2E |
| Octal | 252 | 77 | 247 | 0 | 77 | 2 | 41 | 456 | 56 | 56 |
| Binary | 10101010 | 111111 | 10100111 | 0 | 111111 | 10 | 100001 | 100101110 | 101110 | 101110 |
Color Harmonies of #AA3FA7
Complementary color
Monochromatic Colors of #AA3FA7
Black with #AA3FA7
Text Example
Text Example
White with #AA3FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3FA7; }
p { color: rgb(170,63,167); }
H1.HeaderClassName
{
color: #AA3FA7;
}
.AnyTagClassName
{
color: #AA3FA7;
}
</style>
background-color css
<style>
a { background-color: #AA3FA7; }
a { background-color: rgb(170,63,167); }
div.DivClassName
{
background-color: #AA3FA7;
}
.BgClassName
{
background-color: #AA3FA7;
}
</style>
border-color css
<style>
span { border-color: #AA3FA7; }
span { border-color: rgb(170,63,167); }
td.TdClassName
{
border-color: #AA3FA7;
}
.TagClassName
{
border-color: #AA3FA7;
}
</style>