Shades of Blue Violet #AA3CF1
Tints of Blue Violet #AA3CF1
RGB
CMYK
RGB Variations
Color information
#AA3CF1 (or 0xAA3CF1) is known color: Blue Violet. HEX triplet: AA, 3C and F1. RGB value is (170,60,241). Sum of RGB (Red+Green+Blue) = 170+60+241=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA3CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3CF1 is #55C30E. Grayscale: #707070. Windows color (decimal): -5620495 or 15809706. OLE color: 15809706.
HSL color Cylindrical-coordinate representation of color #AA3CF1: hue angle of 276.46º degrees, saturation: 0.87, 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 #AA3CF1 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 60 | 241 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.05 |
| HSL | 276.46º | 0.87% | 0.59% | - |
| HSV(B) | 276.46º | 0.75% | 0.95% | - |
| XYZ | 34.07 | 18.13 | 84.92 | - |
| YUV | 113.52 | 199.94 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 241 | 0.29 | 0.75 | 0 | 0.05 | 276.46 | 0.87 | 0.59 |
| Hex | AA | 3C | F1 | 1D | 4B | 0 | 5 | 114 | 57 | 3B |
| Octal | 252 | 74 | 361 | 35 | 113 | 0 | 5 | 424 | 127 | 73 |
| Binary | 10101010 | 111100 | 11110001 | 11101 | 1001011 | 0 | 101 | 100010100 | 1010111 | 111011 |
Color Harmonies of #AA3CF1
Complementary color
Monochromatic Colors of #AA3CF1
Black with #AA3CF1
Text Example
Text Example
White with #AA3CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CF1; }
p { color: rgb(170,60,241); }
H1.HeaderClassName
{
color: #AA3CF1;
}
.AnyTagClassName
{
color: #AA3CF1;
}
</style>
background-color css
<style>
a { background-color: #AA3CF1; }
a { background-color: rgb(170,60,241); }
div.DivClassName
{
background-color: #AA3CF1;
}
.BgClassName
{
background-color: #AA3CF1;
}
</style>
border-color css
<style>
span { border-color: #AA3CF1; }
span { border-color: rgb(170,60,241); }
td.TdClassName
{
border-color: #AA3CF1;
}
.TagClassName
{
border-color: #AA3CF1;
}
</style>