Shades of Blue Violet #AA45FB
Tints of Blue Violet #AA45FB
RGB
CMYK
RGB Variations
Color information
#AA45FB (or 0xAA45FB) is known color: Blue Violet. HEX triplet: AA, 45 and FB. RGB value is (170,69,251). Sum of RGB (Red+Green+Blue) = 170+69+251=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA45FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA45FB is #55BA04. Grayscale: #777777. Windows color (decimal): -5618181 or 16467370. OLE color: 16467370.
HSL color Cylindrical-coordinate representation of color #AA45FB: hue angle of 273.3º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA45FB is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 69 | 251 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.02 |
| HSL | 273.3º | 0.96% | 0.63% | - |
| HSV(B) | 273.3º | 0.73% | 0.98% | - |
| XYZ | 36.12 | 19.77 | 93.18 | - |
| YUV | 119.95 | 201.96 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 251 | 0.32 | 0.73 | 0 | 0.02 | 273.3 | 0.96 | 0.63 |
| Hex | AA | 45 | FB | 20 | 49 | 0 | 2 | 111 | 60 | 3F |
| Octal | 252 | 105 | 373 | 40 | 111 | 0 | 2 | 421 | 140 | 77 |
| Binary | 10101010 | 1000101 | 11111011 | 100000 | 1001001 | 0 | 10 | 100010001 | 1100000 | 111111 |
Color Harmonies of #AA45FB
Complementary color
Monochromatic Colors of #AA45FB
Black with #AA45FB
Text Example
Text Example
White with #AA45FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA45FB; }
p { color: rgb(170,69,251); }
H1.HeaderClassName
{
color: #AA45FB;
}
.AnyTagClassName
{
color: #AA45FB;
}
</style>
background-color css
<style>
a { background-color: #AA45FB; }
a { background-color: rgb(170,69,251); }
div.DivClassName
{
background-color: #AA45FB;
}
.BgClassName
{
background-color: #AA45FB;
}
</style>
border-color css
<style>
span { border-color: #AA45FB; }
span { border-color: rgb(170,69,251); }
td.TdClassName
{
border-color: #AA45FB;
}
.TagClassName
{
border-color: #AA45FB;
}
</style>