Shades of Blue Violet #AA42F8
Tints of Blue Violet #AA42F8
RGB
CMYK
RGB Variations
Color information
#AA42F8 (or 0xAA42F8) is known color: Blue Violet. HEX triplet: AA, 42 and F8. RGB value is (170,66,248). Sum of RGB (Red+Green+Blue) = 170+66+248=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA42F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA42F8 is #55BD07. Grayscale: #757575. Windows color (decimal): -5618952 or 16269994. OLE color: 16269994.
HSL color Cylindrical-coordinate representation of color #AA42F8: hue angle of 274.29º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA42F8 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 66 | 248 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.03 |
| HSL | 274.29º | 0.93% | 0.62% | - |
| HSV(B) | 274.29º | 0.73% | 0.97% | - |
| XYZ | 35.47 | 19.22 | 90.65 | - |
| YUV | 117.84 | 201.46 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 248 | 0.31 | 0.73 | 0 | 0.03 | 274.29 | 0.93 | 0.62 |
| Hex | AA | 42 | F8 | 1F | 49 | 0 | 3 | 112 | 5D | 3E |
| Octal | 252 | 102 | 370 | 37 | 111 | 0 | 3 | 422 | 135 | 76 |
| Binary | 10101010 | 1000010 | 11111000 | 11111 | 1001001 | 0 | 11 | 100010010 | 1011101 | 111110 |
Color Harmonies of #AA42F8
Complementary color
Monochromatic Colors of #AA42F8
Black with #AA42F8
Text Example
Text Example
White with #AA42F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42F8; }
p { color: rgb(170,66,248); }
H1.HeaderClassName
{
color: #AA42F8;
}
.AnyTagClassName
{
color: #AA42F8;
}
</style>
background-color css
<style>
a { background-color: #AA42F8; }
a { background-color: rgb(170,66,248); }
div.DivClassName
{
background-color: #AA42F8;
}
.BgClassName
{
background-color: #AA42F8;
}
</style>
border-color css
<style>
span { border-color: #AA42F8; }
span { border-color: rgb(170,66,248); }
td.TdClassName
{
border-color: #AA42F8;
}
.TagClassName
{
border-color: #AA42F8;
}
</style>