Shades of Blue Violet #AA3FF2
Tints of Blue Violet #AA3FF2
RGB
CMYK
RGB Variations
Color information
#AA3FF2 (or 0xAA3FF2) is known color: Blue Violet. HEX triplet: AA, 3F and F2. RGB value is (170,63,242). Sum of RGB (Red+Green+Blue) = 170+63+242=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA3FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3FF2 is #55C00D. Grayscale: #727272. Windows color (decimal): -5619726 or 15876010. OLE color: 15876010.
HSL color Cylindrical-coordinate representation of color #AA3FF2: hue angle of 275.87º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA3FF2 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 63 | 242 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.05 |
| HSL | 275.87º | 0.87% | 0.6% | - |
| HSV(B) | 275.87º | 0.74% | 0.95% | - |
| XYZ | 34.38 | 18.51 | 85.77 | - |
| YUV | 115.4 | 199.45 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 242 | 0.30 | 0.74 | 0 | 0.05 | 275.87 | 0.87 | 0.6 |
| Hex | AA | 3F | F2 | 1E | 4A | 0 | 5 | 114 | 57 | 3C |
| Octal | 252 | 77 | 362 | 36 | 112 | 0 | 5 | 424 | 127 | 74 |
| Binary | 10101010 | 111111 | 11110010 | 11110 | 1001010 | 0 | 101 | 100010100 | 1010111 | 111100 |
Color Harmonies of #AA3FF2
Complementary color
Monochromatic Colors of #AA3FF2
Black with #AA3FF2
Text Example
Text Example
White with #AA3FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3FF2; }
p { color: rgb(170,63,242); }
H1.HeaderClassName
{
color: #AA3FF2;
}
.AnyTagClassName
{
color: #AA3FF2;
}
</style>
background-color css
<style>
a { background-color: #AA3FF2; }
a { background-color: rgb(170,63,242); }
div.DivClassName
{
background-color: #AA3FF2;
}
.BgClassName
{
background-color: #AA3FF2;
}
</style>
border-color css
<style>
span { border-color: #AA3FF2; }
span { border-color: rgb(170,63,242); }
td.TdClassName
{
border-color: #AA3FF2;
}
.TagClassName
{
border-color: #AA3FF2;
}
</style>