Shades of Blue Violet #AA2FFD
Tints of Blue Violet #AA2FFD
RGB
CMYK
RGB Variations
Color information
#AA2FFD (or 0xAA2FFD) is known color: Blue Violet. HEX triplet: AA, 2F and FD. RGB value is (170,47,253). Sum of RGB (Red+Green+Blue) = 170+47+253=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA2FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2FFD is #55D002. Grayscale: #6A6A6A. Windows color (decimal): -5623811 or 16592810. OLE color: 16592810.
HSL color Cylindrical-coordinate representation of color #AA2FFD: hue angle of 275.83º degrees, saturation: 0.98, 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 #AA2FFD is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 47 | 253 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.01 |
| HSL | 275.83º | 0.98% | 0.59% | - |
| HSV(B) | 275.83º | 0.81% | 0.99% | - |
| XYZ | 35.32 | 17.67 | 94.48 | - |
| YUV | 107.26 | 210.25 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 253 | 0.33 | 0.81 | 0 | 0.01 | 275.83 | 0.98 | 0.59 |
| Hex | AA | 2F | FD | 21 | 51 | 0 | 1 | 114 | 62 | 3B |
| Octal | 252 | 57 | 375 | 41 | 121 | 0 | 1 | 424 | 142 | 73 |
| Binary | 10101010 | 101111 | 11111101 | 100001 | 1010001 | 0 | 1 | 100010100 | 1100010 | 111011 |
Color Harmonies of #AA2FFD
Complementary color
Monochromatic Colors of #AA2FFD
Black with #AA2FFD
Text Example
Text Example
White with #AA2FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2FFD; }
p { color: rgb(170,47,253); }
H1.HeaderClassName
{
color: #AA2FFD;
}
.AnyTagClassName
{
color: #AA2FFD;
}
</style>
background-color css
<style>
a { background-color: #AA2FFD; }
a { background-color: rgb(170,47,253); }
div.DivClassName
{
background-color: #AA2FFD;
}
.BgClassName
{
background-color: #AA2FFD;
}
</style>
border-color css
<style>
span { border-color: #AA2FFD; }
span { border-color: rgb(170,47,253); }
td.TdClassName
{
border-color: #AA2FFD;
}
.TagClassName
{
border-color: #AA2FFD;
}
</style>