Shades of Blue Violet #AA42F2
Tints of Blue Violet #AA42F2
RGB
CMYK
RGB Variations
Color information
#AA42F2 (or 0xAA42F2) is known color: Blue Violet. HEX triplet: AA, 42 and F2. RGB value is (170,66,242). Sum of RGB (Red+Green+Blue) = 170+66+242=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA42F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA42F2 is #55BD0D. Grayscale: #747474. Windows color (decimal): -5618958 or 15876778. OLE color: 15876778.
HSL color Cylindrical-coordinate representation of color #AA42F2: hue angle of 275.45º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA42F2 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 66 | 242 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.05 |
| HSL | 275.45º | 0.87% | 0.6% | - |
| HSV(B) | 275.45º | 0.73% | 0.95% | - |
| XYZ | 34.55 | 18.85 | 85.82 | - |
| YUV | 117.16 | 198.46 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 242 | 0.30 | 0.73 | 0 | 0.05 | 275.45 | 0.87 | 0.6 |
| Hex | AA | 42 | F2 | 1E | 49 | 0 | 5 | 113 | 57 | 3C |
| Octal | 252 | 102 | 362 | 36 | 111 | 0 | 5 | 423 | 127 | 74 |
| Binary | 10101010 | 1000010 | 11110010 | 11110 | 1001001 | 0 | 101 | 100010011 | 1010111 | 111100 |
Color Harmonies of #AA42F2
Complementary color
Monochromatic Colors of #AA42F2
Black with #AA42F2
Text Example
Text Example
White with #AA42F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42F2; }
p { color: rgb(170,66,242); }
H1.HeaderClassName
{
color: #AA42F2;
}
.AnyTagClassName
{
color: #AA42F2;
}
</style>
background-color css
<style>
a { background-color: #AA42F2; }
a { background-color: rgb(170,66,242); }
div.DivClassName
{
background-color: #AA42F2;
}
.BgClassName
{
background-color: #AA42F2;
}
</style>
border-color css
<style>
span { border-color: #AA42F2; }
span { border-color: rgb(170,66,242); }
td.TdClassName
{
border-color: #AA42F2;
}
.TagClassName
{
border-color: #AA42F2;
}
</style>