Shades of Medium Purple #AA62FE
Tints of Medium Purple #AA62FE
RGB
CMYK
RGB Variations
Color information
#AA62FE (or 0xAA62FE) is known color: Medium Purple. HEX triplet: AA, 62 and FE. RGB value is (170,98,254). Sum of RGB (Red+Green+Blue) = 170+98+254=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA62FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA62FE is #559D01. Grayscale: #888888. Windows color (decimal): -5610754 or 16671402. OLE color: 16671402.
HSL color Cylindrical-coordinate representation of color #AA62FE: hue angle of 267.69º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA62FE is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 98 | 254 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.00 |
| HSL | 267.69º | 0.99% | 0.69% | - |
| HSV(B) | 267.69º | 0.61% | 1% | - |
| XYZ | 38.83 | 24.44 | 96.44 | - |
| YUV | 137.31 | 193.85 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 254 | 0.33 | 0.61 | 0 | 0.00 | 267.69 | 0.99 | 0.69 |
| Hex | AA | 62 | FE | 21 | 3D | 0 | 0 | 10C | 63 | 45 |
| Octal | 252 | 142 | 376 | 41 | 75 | 0 | 0 | 414 | 143 | 105 |
| Binary | 10101010 | 1100010 | 11111110 | 100001 | 111101 | 0 | 0 | 100001100 | 1100011 | 1000101 |
Color Harmonies of #AA62FE
Complementary color
Monochromatic Colors of #AA62FE
Black with #AA62FE
Text Example
Text Example
White with #AA62FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA62FE; }
p { color: rgb(170,98,254); }
H1.HeaderClassName
{
color: #AA62FE;
}
.AnyTagClassName
{
color: #AA62FE;
}
</style>
background-color css
<style>
a { background-color: #AA62FE; }
a { background-color: rgb(170,98,254); }
div.DivClassName
{
background-color: #AA62FE;
}
.BgClassName
{
background-color: #AA62FE;
}
</style>
border-color css
<style>
span { border-color: #AA62FE; }
span { border-color: rgb(170,98,254); }
td.TdClassName
{
border-color: #AA62FE;
}
.TagClassName
{
border-color: #AA62FE;
}
</style>