Shades of Blue Violet #AA2BFC
Tints of Blue Violet #AA2BFC
RGB
CMYK
RGB Variations
Color information
#AA2BFC (or 0xAA2BFC) is known color: Blue Violet. HEX triplet: AA, 2B and FC. RGB value is (170,43,252). Sum of RGB (Red+Green+Blue) = 170+43+252=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA2BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2BFC is #55D403. Grayscale: #686868. Windows color (decimal): -5624836 or 16526250. OLE color: 16526250.
HSL color Cylindrical-coordinate representation of color #AA2BFC: hue angle of 276.46º 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 #AA2BFC is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 43 | 252 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.01 |
| HSL | 276.46º | 0.97% | 0.58% | - |
| HSV(B) | 276.46º | 0.83% | 0.99% | - |
| XYZ | 35.01 | 17.3 | 93.59 | - |
| YUV | 104.8 | 211.08 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 252 | 0.33 | 0.83 | 0 | 0.01 | 276.46 | 0.97 | 0.58 |
| Hex | AA | 2B | FC | 21 | 53 | 0 | 1 | 114 | 61 | 3A |
| Octal | 252 | 53 | 374 | 41 | 123 | 0 | 1 | 424 | 141 | 72 |
| Binary | 10101010 | 101011 | 11111100 | 100001 | 1010011 | 0 | 1 | 100010100 | 1100001 | 111010 |
Color Harmonies of #AA2BFC
Complementary color
Monochromatic Colors of #AA2BFC
Black with #AA2BFC
Text Example
Text Example
White with #AA2BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BFC; }
p { color: rgb(170,43,252); }
H1.HeaderClassName
{
color: #AA2BFC;
}
.AnyTagClassName
{
color: #AA2BFC;
}
</style>
background-color css
<style>
a { background-color: #AA2BFC; }
a { background-color: rgb(170,43,252); }
div.DivClassName
{
background-color: #AA2BFC;
}
.BgClassName
{
background-color: #AA2BFC;
}
</style>
border-color css
<style>
span { border-color: #AA2BFC; }
span { border-color: rgb(170,43,252); }
td.TdClassName
{
border-color: #AA2BFC;
}
.TagClassName
{
border-color: #AA2BFC;
}
</style>