Shades of Blue Violet #AA42FB
Tints of Blue Violet #AA42FB
RGB
CMYK
RGB Variations
Color information
#AA42FB (or 0xAA42FB) is known color: Blue Violet. HEX triplet: AA, 42 and FB. RGB value is (170,66,251). Sum of RGB (Red+Green+Blue) = 170+66+251=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA42FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA42FB is #55BD04. Grayscale: #757575. Windows color (decimal): -5618949 or 16466602. OLE color: 16466602.
HSL color Cylindrical-coordinate representation of color #AA42FB: hue angle of 273.73º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA42FB is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 66 | 251 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.02 |
| HSL | 273.73º | 0.96% | 0.62% | - |
| HSV(B) | 273.73º | 0.74% | 0.98% | - |
| XYZ | 35.94 | 19.41 | 93.12 | - |
| YUV | 118.19 | 202.96 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 251 | 0.32 | 0.74 | 0 | 0.02 | 273.73 | 0.96 | 0.62 |
| Hex | AA | 42 | FB | 20 | 4A | 0 | 2 | 112 | 60 | 3E |
| Octal | 252 | 102 | 373 | 40 | 112 | 0 | 2 | 422 | 140 | 76 |
| Binary | 10101010 | 1000010 | 11111011 | 100000 | 1001010 | 0 | 10 | 100010010 | 1100000 | 111110 |
Color Harmonies of #AA42FB
Complementary color
Monochromatic Colors of #AA42FB
Black with #AA42FB
Text Example
Text Example
White with #AA42FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42FB; }
p { color: rgb(170,66,251); }
H1.HeaderClassName
{
color: #AA42FB;
}
.AnyTagClassName
{
color: #AA42FB;
}
</style>
background-color css
<style>
a { background-color: #AA42FB; }
a { background-color: rgb(170,66,251); }
div.DivClassName
{
background-color: #AA42FB;
}
.BgClassName
{
background-color: #AA42FB;
}
</style>
border-color css
<style>
span { border-color: #AA42FB; }
span { border-color: rgb(170,66,251); }
td.TdClassName
{
border-color: #AA42FB;
}
.TagClassName
{
border-color: #AA42FB;
}
</style>