Shades of Blue Violet #AA45FE
Tints of Blue Violet #AA45FE
RGB
CMYK
RGB Variations
Color information
#AA45FE (or 0xAA45FE) is known color: Blue Violet. HEX triplet: AA, 45 and FE. RGB value is (170,69,254). Sum of RGB (Red+Green+Blue) = 170+69+254=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 69 (27.34% from 255 or 14.00% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA45FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA45FE is #55BA01. Grayscale: #777777. Windows color (decimal): -5618178 or 16663978. OLE color: 16663978.
HSL color Cylindrical-coordinate representation of color #AA45FE: hue angle of 272.76º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA45FE is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 69 | 254 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.00 |
| HSL | 272.76º | 0.99% | 0.63% | - |
| HSV(B) | 272.76º | 0.73% | 1% | - |
| XYZ | 36.6 | 19.96 | 95.69 | - |
| YUV | 120.29 | 203.46 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 254 | 0.33 | 0.73 | 0 | 0.00 | 272.76 | 0.99 | 0.63 |
| Hex | AA | 45 | FE | 21 | 49 | 0 | 0 | 111 | 63 | 3F |
| Octal | 252 | 105 | 376 | 41 | 111 | 0 | 0 | 421 | 143 | 77 |
| Binary | 10101010 | 1000101 | 11111110 | 100001 | 1001001 | 0 | 0 | 100010001 | 1100011 | 111111 |
Color Harmonies of #AA45FE
Complementary color
Monochromatic Colors of #AA45FE
Black with #AA45FE
Text Example
Text Example
White with #AA45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA45FE; }
p { color: rgb(170,69,254); }
H1.HeaderClassName
{
color: #AA45FE;
}
.AnyTagClassName
{
color: #AA45FE;
}
</style>
background-color css
<style>
a { background-color: #AA45FE; }
a { background-color: rgb(170,69,254); }
div.DivClassName
{
background-color: #AA45FE;
}
.BgClassName
{
background-color: #AA45FE;
}
</style>
border-color css
<style>
span { border-color: #AA45FE; }
span { border-color: rgb(170,69,254); }
td.TdClassName
{
border-color: #AA45FE;
}
.TagClassName
{
border-color: #AA45FE;
}
</style>