Shades of Blue Violet #AA42FD
Tints of Blue Violet #AA42FD
RGB
CMYK
RGB Variations
Color information
#AA42FD (or 0xAA42FD) is known color: Blue Violet. HEX triplet: AA, 42 and FD. RGB value is (170,66,253). Sum of RGB (Red+Green+Blue) = 170+66+253=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA42FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA42FD is #55BD02. Grayscale: #757575. Windows color (decimal): -5618947 or 16597674. OLE color: 16597674.
HSL color Cylindrical-coordinate representation of color #AA42FD: hue angle of 273.37º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA42FD is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 66 | 253 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.01 |
| HSL | 273.37º | 0.98% | 0.63% | - |
| HSV(B) | 273.37º | 0.74% | 0.99% | - |
| XYZ | 36.26 | 19.53 | 94.79 | - |
| YUV | 118.41 | 203.96 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 253 | 0.33 | 0.74 | 0 | 0.01 | 273.37 | 0.98 | 0.63 |
| Hex | AA | 42 | FD | 21 | 4A | 0 | 1 | 111 | 62 | 3F |
| Octal | 252 | 102 | 375 | 41 | 112 | 0 | 1 | 421 | 142 | 77 |
| Binary | 10101010 | 1000010 | 11111101 | 100001 | 1001010 | 0 | 1 | 100010001 | 1100010 | 111111 |
Color Harmonies of #AA42FD
Complementary color
Monochromatic Colors of #AA42FD
Black with #AA42FD
Text Example
Text Example
White with #AA42FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42FD; }
p { color: rgb(170,66,253); }
H1.HeaderClassName
{
color: #AA42FD;
}
.AnyTagClassName
{
color: #AA42FD;
}
</style>
background-color css
<style>
a { background-color: #AA42FD; }
a { background-color: rgb(170,66,253); }
div.DivClassName
{
background-color: #AA42FD;
}
.BgClassName
{
background-color: #AA42FD;
}
</style>
border-color css
<style>
span { border-color: #AA42FD; }
span { border-color: rgb(170,66,253); }
td.TdClassName
{
border-color: #AA42FD;
}
.TagClassName
{
border-color: #AA42FD;
}
</style>