Shades of Medium Purple #AA83FC
Tints of Medium Purple #AA83FC
RGB
CMYK
RGB Variations
Color information
#AA83FC (or 0xAA83FC) is known color: Medium Purple. HEX triplet: AA, 83 and FC. RGB value is (170,131,252). Sum of RGB (Red+Green+Blue) = 170+131+252=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA83FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA83FC is #557C03. Grayscale: #9C9C9C. Windows color (decimal): -5602308 or 16548778. OLE color: 16548778.
HSL color Cylindrical-coordinate representation of color #AA83FC: hue angle of 259.34º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA83FC is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 131 | 252 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.01 |
| HSL | 259.34º | 0.95% | 0.75% | - |
| HSV(B) | 259.34º | 0.48% | 0.99% | - |
| XYZ | 42.26 | 31.81 | 96.01 | - |
| YUV | 156.46 | 181.92 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 252 | 0.33 | 0.48 | 0 | 0.01 | 259.34 | 0.95 | 0.75 |
| Hex | AA | 83 | FC | 21 | 30 | 0 | 1 | 103 | 5F | 4B |
| Octal | 252 | 203 | 374 | 41 | 60 | 0 | 1 | 403 | 137 | 113 |
| Binary | 10101010 | 10000011 | 11111100 | 100001 | 110000 | 0 | 1 | 100000011 | 1011111 | 1001011 |
Color Harmonies of #AA83FC
Complementary color
Monochromatic Colors of #AA83FC
Black with #AA83FC
Text Example
Text Example
White with #AA83FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83FC; }
p { color: rgb(170,131,252); }
H1.HeaderClassName
{
color: #AA83FC;
}
.AnyTagClassName
{
color: #AA83FC;
}
</style>
background-color css
<style>
a { background-color: #AA83FC; }
a { background-color: rgb(170,131,252); }
div.DivClassName
{
background-color: #AA83FC;
}
.BgClassName
{
background-color: #AA83FC;
}
</style>
border-color css
<style>
span { border-color: #AA83FC; }
span { border-color: rgb(170,131,252); }
td.TdClassName
{
border-color: #AA83FC;
}
.TagClassName
{
border-color: #AA83FC;
}
</style>