Shades of Medium Purple #A882ED
Tints of Medium Purple #A882ED
RGB
CMYK
RGB Variations
Color information
#A882ED (or 0xA882ED) is known color: Medium Purple. HEX triplet: A8, 82 and ED. RGB value is (168,130,237). Sum of RGB (Red+Green+Blue) = 168+130+237=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #A882ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A882ED is #577D12. Grayscale: #999999. Windows color (decimal): -5733651 or 15565480. OLE color: 15565480.
HSL color Cylindrical-coordinate representation of color #A882ED: hue angle of 261.31º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A882ED is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 130 | 237 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.07 |
| HSL | 261.31º | 0.75% | 0.72% | - |
| HSV(B) | 261.31º | 0.45% | 0.93% | - |
| XYZ | 39.42 | 30.4 | 83.91 | - |
| YUV | 153.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 237 | 0.29 | 0.45 | 0 | 0.07 | 261.31 | 0.75 | 0.72 |
| Hex | A8 | 82 | ED | 1D | 2D | 0 | 7 | 105 | 4B | 48 |
| Octal | 250 | 202 | 355 | 35 | 55 | 0 | 7 | 405 | 113 | 110 |
| Binary | 10101000 | 10000010 | 11101101 | 11101 | 101101 | 0 | 111 | 100000101 | 1001011 | 1001000 |
Color Harmonies of #A882ED
Complementary color
Monochromatic Colors of #A882ED
Black with #A882ED
Text Example
Text Example
White with #A882ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882ED; }
p { color: rgb(168,130,237); }
H1.HeaderClassName
{
color: #A882ED;
}
.AnyTagClassName
{
color: #A882ED;
}
</style>
background-color css
<style>
a { background-color: #A882ED; }
a { background-color: rgb(168,130,237); }
div.DivClassName
{
background-color: #A882ED;
}
.BgClassName
{
background-color: #A882ED;
}
</style>
border-color css
<style>
span { border-color: #A882ED; }
span { border-color: rgb(168,130,237); }
td.TdClassName
{
border-color: #A882ED;
}
.TagClassName
{
border-color: #A882ED;
}
</style>