Shades of Blue Violet #AA3AF2
Tints of Blue Violet #AA3AF2
RGB
CMYK
RGB Variations
Color information
#AA3AF2 (or 0xAA3AF2) is known color: Blue Violet. HEX triplet: AA, 3A and F2. RGB value is (170,58,242). Sum of RGB (Red+Green+Blue) = 170+58+242=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA3AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3AF2 is #55C50D. Grayscale: #6F6F6F. Windows color (decimal): -5621006 or 15874730. OLE color: 15874730.
HSL color Cylindrical-coordinate representation of color #AA3AF2: hue angle of 276.52º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA3AF2 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 58 | 242 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.05 |
| HSL | 276.52º | 0.88% | 0.59% | - |
| HSV(B) | 276.52º | 0.76% | 0.95% | - |
| XYZ | 34.12 | 17.98 | 85.68 | - |
| YUV | 112.46 | 201.11 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 242 | 0.30 | 0.76 | 0 | 0.05 | 276.52 | 0.88 | 0.59 |
| Hex | AA | 3A | F2 | 1E | 4C | 0 | 5 | 115 | 58 | 3B |
| Octal | 252 | 72 | 362 | 36 | 114 | 0 | 5 | 425 | 130 | 73 |
| Binary | 10101010 | 111010 | 11110010 | 11110 | 1001100 | 0 | 101 | 100010101 | 1011000 | 111011 |
Color Harmonies of #AA3AF2
Complementary color
Monochromatic Colors of #AA3AF2
Black with #AA3AF2
Text Example
Text Example
White with #AA3AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3AF2; }
p { color: rgb(170,58,242); }
H1.HeaderClassName
{
color: #AA3AF2;
}
.AnyTagClassName
{
color: #AA3AF2;
}
</style>
background-color css
<style>
a { background-color: #AA3AF2; }
a { background-color: rgb(170,58,242); }
div.DivClassName
{
background-color: #AA3AF2;
}
.BgClassName
{
background-color: #AA3AF2;
}
</style>
border-color css
<style>
span { border-color: #AA3AF2; }
span { border-color: rgb(170,58,242); }
td.TdClassName
{
border-color: #AA3AF2;
}
.TagClassName
{
border-color: #AA3AF2;
}
</style>