Shades of Medium Purple #A882E8
Tints of Medium Purple #A882E8
RGB
CMYK
RGB Variations
Color information
#A882E8 (or 0xA882E8) is known color: Medium Purple. HEX triplet: A8, 82 and E8. RGB value is (168,130,232). Sum of RGB (Red+Green+Blue) = 168+130+232=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #A882E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A882E8 is #577D17. Grayscale: #989898. Windows color (decimal): -5733656 or 15237800. OLE color: 15237800.
HSL color Cylindrical-coordinate representation of color #A882E8: hue angle of 262.35º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A882E8 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 130 | 232 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.09 |
| HSL | 262.35º | 0.69% | 0.71% | - |
| HSV(B) | 262.35º | 0.44% | 0.91% | - |
| XYZ | 38.7 | 30.12 | 80.12 | - |
| YUV | 152.99 | 172.59 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 232 | 0.28 | 0.44 | 0 | 0.09 | 262.35 | 0.69 | 0.71 |
| Hex | A8 | 82 | E8 | 1C | 2C | 0 | 9 | 106 | 45 | 47 |
| Octal | 250 | 202 | 350 | 34 | 54 | 0 | 11 | 406 | 105 | 107 |
| Binary | 10101000 | 10000010 | 11101000 | 11100 | 101100 | 0 | 1001 | 100000110 | 1000101 | 1000111 |
Color Harmonies of #A882E8
Complementary color
Monochromatic Colors of #A882E8
Black with #A882E8
Text Example
Text Example
White with #A882E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882E8; }
p { color: rgb(168,130,232); }
H1.HeaderClassName
{
color: #A882E8;
}
.AnyTagClassName
{
color: #A882E8;
}
</style>
background-color css
<style>
a { background-color: #A882E8; }
a { background-color: rgb(168,130,232); }
div.DivClassName
{
background-color: #A882E8;
}
.BgClassName
{
background-color: #A882E8;
}
</style>
border-color css
<style>
span { border-color: #A882E8; }
span { border-color: rgb(168,130,232); }
td.TdClassName
{
border-color: #A882E8;
}
.TagClassName
{
border-color: #A882E8;
}
</style>