Shades of Blue Violet #AA3CF2
Tints of Blue Violet #AA3CF2
RGB
CMYK
RGB Variations
Color information
#AA3CF2 (or 0xAA3CF2) is known color: Blue Violet. HEX triplet: AA, 3C and F2. RGB value is (170,60,242). Sum of RGB (Red+Green+Blue) = 170+60+242=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA3CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3CF2 is #55C30D. Grayscale: #717171. Windows color (decimal): -5620494 or 15875242. OLE color: 15875242.
HSL color Cylindrical-coordinate representation of color #AA3CF2: hue angle of 276.26º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA3CF2 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 60 | 242 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.05 |
| HSL | 276.26º | 0.88% | 0.59% | - |
| HSV(B) | 276.26º | 0.75% | 0.95% | - |
| XYZ | 34.22 | 18.19 | 85.71 | - |
| YUV | 113.64 | 200.44 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 242 | 0.30 | 0.75 | 0 | 0.05 | 276.26 | 0.88 | 0.59 |
| Hex | AA | 3C | F2 | 1E | 4B | 0 | 5 | 114 | 58 | 3B |
| Octal | 252 | 74 | 362 | 36 | 113 | 0 | 5 | 424 | 130 | 73 |
| Binary | 10101010 | 111100 | 11110010 | 11110 | 1001011 | 0 | 101 | 100010100 | 1011000 | 111011 |
Color Harmonies of #AA3CF2
Complementary color
Monochromatic Colors of #AA3CF2
Black with #AA3CF2
Text Example
Text Example
White with #AA3CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CF2; }
p { color: rgb(170,60,242); }
H1.HeaderClassName
{
color: #AA3CF2;
}
.AnyTagClassName
{
color: #AA3CF2;
}
</style>
background-color css
<style>
a { background-color: #AA3CF2; }
a { background-color: rgb(170,60,242); }
div.DivClassName
{
background-color: #AA3CF2;
}
.BgClassName
{
background-color: #AA3CF2;
}
</style>
border-color css
<style>
span { border-color: #AA3CF2; }
span { border-color: rgb(170,60,242); }
td.TdClassName
{
border-color: #AA3CF2;
}
.TagClassName
{
border-color: #AA3CF2;
}
</style>