Shades of Blue Violet #AA2BFD
Tints of Blue Violet #AA2BFD
RGB
CMYK
RGB Variations
Color information
#AA2BFD (or 0xAA2BFD) is known color: Blue Violet. HEX triplet: AA, 2B and FD. RGB value is (170,43,253). Sum of RGB (Red+Green+Blue) = 170+43+253=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 43 (17.19% from 255 or 9.23% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA2BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2BFD is #55D402. Grayscale: #686868. Windows color (decimal): -5624835 or 16591786. OLE color: 16591786.
HSL color Cylindrical-coordinate representation of color #AA2BFD: hue angle of 276.29º degrees, saturation: 0.98, 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 #AA2BFD is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 43 | 253 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.01 |
| HSL | 276.29º | 0.98% | 0.58% | - |
| HSV(B) | 276.29º | 0.83% | 0.99% | - |
| XYZ | 35.17 | 17.37 | 94.43 | - |
| YUV | 104.91 | 211.58 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 253 | 0.33 | 0.83 | 0 | 0.01 | 276.29 | 0.98 | 0.58 |
| Hex | AA | 2B | FD | 21 | 53 | 0 | 1 | 114 | 62 | 3A |
| Octal | 252 | 53 | 375 | 41 | 123 | 0 | 1 | 424 | 142 | 72 |
| Binary | 10101010 | 101011 | 11111101 | 100001 | 1010011 | 0 | 1 | 100010100 | 1100010 | 111010 |
Color Harmonies of #AA2BFD
Complementary color
Monochromatic Colors of #AA2BFD
Black with #AA2BFD
Text Example
Text Example
White with #AA2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BFD; }
p { color: rgb(170,43,253); }
H1.HeaderClassName
{
color: #AA2BFD;
}
.AnyTagClassName
{
color: #AA2BFD;
}
</style>
background-color css
<style>
a { background-color: #AA2BFD; }
a { background-color: rgb(170,43,253); }
div.DivClassName
{
background-color: #AA2BFD;
}
.BgClassName
{
background-color: #AA2BFD;
}
</style>
border-color css
<style>
span { border-color: #AA2BFD; }
span { border-color: rgb(170,43,253); }
td.TdClassName
{
border-color: #AA2BFD;
}
.TagClassName
{
border-color: #AA2BFD;
}
</style>