Shades of Blue Violet #AA2CFC
Tints of Blue Violet #AA2CFC
RGB
CMYK
RGB Variations
Color information
#AA2CFC (or 0xAA2CFC) is known color: Blue Violet. HEX triplet: AA, 2C and FC. RGB value is (170,44,252). Sum of RGB (Red+Green+Blue) = 170+44+252=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA2CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2CFC is #55D303. Grayscale: #686868. Windows color (decimal): -5624580 or 16526506. OLE color: 16526506.
HSL color Cylindrical-coordinate representation of color #AA2CFC: hue angle of 276.35º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA2CFC is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 44 | 252 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.01 |
| HSL | 276.35º | 0.97% | 0.58% | - |
| HSV(B) | 276.35º | 0.83% | 0.99% | - |
| XYZ | 35.05 | 17.38 | 93.6 | - |
| YUV | 105.39 | 210.74 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 252 | 0.33 | 0.83 | 0 | 0.01 | 276.35 | 0.97 | 0.58 |
| Hex | AA | 2C | FC | 21 | 53 | 0 | 1 | 114 | 61 | 3A |
| Octal | 252 | 54 | 374 | 41 | 123 | 0 | 1 | 424 | 141 | 72 |
| Binary | 10101010 | 101100 | 11111100 | 100001 | 1010011 | 0 | 1 | 100010100 | 1100001 | 111010 |
Color Harmonies of #AA2CFC
Complementary color
Monochromatic Colors of #AA2CFC
Black with #AA2CFC
Text Example
Text Example
White with #AA2CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CFC; }
p { color: rgb(170,44,252); }
H1.HeaderClassName
{
color: #AA2CFC;
}
.AnyTagClassName
{
color: #AA2CFC;
}
</style>
background-color css
<style>
a { background-color: #AA2CFC; }
a { background-color: rgb(170,44,252); }
div.DivClassName
{
background-color: #AA2CFC;
}
.BgClassName
{
background-color: #AA2CFC;
}
</style>
border-color css
<style>
span { border-color: #AA2CFC; }
span { border-color: rgb(170,44,252); }
td.TdClassName
{
border-color: #AA2CFC;
}
.TagClassName
{
border-color: #AA2CFC;
}
</style>