Shades of Blue Violet #AA28F7
Tints of Blue Violet #AA28F7
RGB
CMYK
RGB Variations
Color information
#AA28F7 (or 0xAA28F7) is known color: Blue Violet. HEX triplet: AA, 28 and F7. RGB value is (170,40,247). Sum of RGB (Red+Green+Blue) = 170+40+247=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 247 (96.88% from 255 or 54.05% from 457); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA28F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA28F7 is #55D708. Grayscale: #656565. Windows color (decimal): -5625609 or 16197802. OLE color: 16197802.
HSL color Cylindrical-coordinate representation of color #AA28F7: hue angle of 277.68º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA28F7 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 170 | 40 | 247 | - |
CMYK | 0.31 | 0.84 | 0 | 0.03 |
HSL | 277.68º | 0.93% | 0.56% | - |
HSV(B) | 277.68º | 0.84% | 0.97% | - |
XYZ | 34.12 | 16.78 | 89.44 | - |
YUV | 102.47 | 209.57 | 176.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 40 | 247 | 0.31 | 0.84 | 0 | 0.03 | 277.68 | 0.93 | 0.56 |
Hex | AA | 28 | F7 | 1F | 54 | 0 | 3 | 116 | 5D | 38 |
Octal | 252 | 50 | 367 | 37 | 124 | 0 | 3 | 426 | 135 | 70 |
Binary | 10101010 | 101000 | 11110111 | 11111 | 1010100 | 0 | 11 | 100010110 | 1011101 | 111000 |
Color Harmonies of #AA28F7
Complementary color
Monochromatic Colors of #AA28F7
Black with #AA28F7
Text Example
Text Example
White with #AA28F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA28F7; }
p { color: rgb(170,40,247); }
H1.HeaderClassName
{
color: #AA28F7;
}
.AnyTagClassName
{
color: #AA28F7;
}
</style>
background-color css
<style>
a { background-color: #AA28F7; }
a { background-color: rgb(170,40,247); }
div.DivClassName
{
background-color: #AA28F7;
}
.BgClassName
{
background-color: #AA28F7;
}
</style>
border-color css
<style>
span { border-color: #AA28F7; }
span { border-color: rgb(170,40,247); }
td.TdClassName
{
border-color: #AA28F7;
}
.TagClassName
{
border-color: #AA28F7;
}
</style>