Shades of Blue Violet #AA28FC
Tints of Blue Violet #AA28FC
RGB
CMYK
RGB Variations
Color information
#AA28FC (or 0xAA28FC) is known color: Blue Violet. HEX triplet: AA, 28 and FC. RGB value is (170,40,252). Sum of RGB (Red+Green+Blue) = 170+40+252=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA28FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA28FC is #55D703. Grayscale: #666666. Windows color (decimal): -5625604 or 16525482. OLE color: 16525482.
HSL color Cylindrical-coordinate representation of color #AA28FC: hue angle of 276.79º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA28FC is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 40 | 252 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.01 |
| HSL | 276.79º | 0.97% | 0.57% | - |
| HSV(B) | 276.79º | 0.84% | 0.99% | - |
| XYZ | 34.91 | 17.09 | 93.55 | - |
| YUV | 103.04 | 212.07 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 252 | 0.33 | 0.84 | 0 | 0.01 | 276.79 | 0.97 | 0.57 |
| Hex | AA | 28 | FC | 21 | 54 | 0 | 1 | 115 | 61 | 39 |
| Octal | 252 | 50 | 374 | 41 | 124 | 0 | 1 | 425 | 141 | 71 |
| Binary | 10101010 | 101000 | 11111100 | 100001 | 1010100 | 0 | 1 | 100010101 | 1100001 | 111001 |
Color Harmonies of #AA28FC
Complementary color
Monochromatic Colors of #AA28FC
Black with #AA28FC
Text Example
Text Example
White with #AA28FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA28FC; }
p { color: rgb(170,40,252); }
H1.HeaderClassName
{
color: #AA28FC;
}
.AnyTagClassName
{
color: #AA28FC;
}
</style>
background-color css
<style>
a { background-color: #AA28FC; }
a { background-color: rgb(170,40,252); }
div.DivClassName
{
background-color: #AA28FC;
}
.BgClassName
{
background-color: #AA28FC;
}
</style>
border-color css
<style>
span { border-color: #AA28FC; }
span { border-color: rgb(170,40,252); }
td.TdClassName
{
border-color: #AA28FC;
}
.TagClassName
{
border-color: #AA28FC;
}
</style>