Shades of Blue Violet #AA2FFC
Tints of Blue Violet #AA2FFC
RGB
CMYK
RGB Variations
Color information
#AA2FFC (or 0xAA2FFC) is known color: Blue Violet. HEX triplet: AA, 2F and FC. RGB value is (170,47,252). Sum of RGB (Red+Green+Blue) = 170+47+252=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 47 (18.75% from 255 or 10.02% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA2FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2FFC is #55D003. Grayscale: #6A6A6A. Windows color (decimal): -5623812 or 16527274. OLE color: 16527274.
HSL color Cylindrical-coordinate representation of color #AA2FFC: hue angle of 276º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2FFC is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 47 | 252 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.01 |
| HSL | 276º | 0.97% | 0.59% | - |
| HSV(B) | 276º | 0.81% | 0.99% | - |
| XYZ | 35.16 | 17.61 | 93.64 | - |
| YUV | 107.15 | 209.75 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 252 | 0.33 | 0.81 | 0 | 0.01 | 276 | 0.97 | 0.59 |
| Hex | AA | 2F | FC | 21 | 51 | 0 | 1 | 114 | 61 | 3B |
| Octal | 252 | 57 | 374 | 41 | 121 | 0 | 1 | 424 | 141 | 73 |
| Binary | 10101010 | 101111 | 11111100 | 100001 | 1010001 | 0 | 1 | 100010100 | 1100001 | 111011 |
Color Harmonies of #AA2FFC
Complementary color
Monochromatic Colors of #AA2FFC
Black with #AA2FFC
Text Example
Text Example
White with #AA2FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2FFC; }
p { color: rgb(170,47,252); }
H1.HeaderClassName
{
color: #AA2FFC;
}
.AnyTagClassName
{
color: #AA2FFC;
}
</style>
background-color css
<style>
a { background-color: #AA2FFC; }
a { background-color: rgb(170,47,252); }
div.DivClassName
{
background-color: #AA2FFC;
}
.BgClassName
{
background-color: #AA2FFC;
}
</style>
border-color css
<style>
span { border-color: #AA2FFC; }
span { border-color: rgb(170,47,252); }
td.TdClassName
{
border-color: #AA2FFC;
}
.TagClassName
{
border-color: #AA2FFC;
}
</style>