Shades of Medium Purple #A882FA
Tints of Medium Purple #A882FA
RGB
CMYK
RGB Variations
Color information
#A882FA (or 0xA882FA) is known color: Medium Purple. HEX triplet: A8, 82 and FA. RGB value is (168,130,250). Sum of RGB (Red+Green+Blue) = 168+130+250=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #A882FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A882FA is #577D05. Grayscale: #9A9A9A. Windows color (decimal): -5733638 or 16417448. OLE color: 16417448.
HSL color Cylindrical-coordinate representation of color #A882FA: hue angle of 259º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A882FA is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 130 | 250 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.02 |
| HSL | 259º | 0.92% | 0.75% | - |
| HSV(B) | 259º | 0.48% | 0.98% | - |
| XYZ | 41.39 | 31.19 | 94.28 | - |
| YUV | 155.04 | 181.59 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 250 | 0.33 | 0.48 | 0 | 0.02 | 259 | 0.92 | 0.75 |
| Hex | A8 | 82 | FA | 21 | 30 | 0 | 2 | 103 | 5C | 4B |
| Octal | 250 | 202 | 372 | 41 | 60 | 0 | 2 | 403 | 134 | 113 |
| Binary | 10101000 | 10000010 | 11111010 | 100001 | 110000 | 0 | 10 | 100000011 | 1011100 | 1001011 |
Color Harmonies of #A882FA
Complementary color
Monochromatic Colors of #A882FA
Black with #A882FA
Text Example
Text Example
White with #A882FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882FA; }
p { color: rgb(168,130,250); }
H1.HeaderClassName
{
color: #A882FA;
}
.AnyTagClassName
{
color: #A882FA;
}
</style>
background-color css
<style>
a { background-color: #A882FA; }
a { background-color: rgb(168,130,250); }
div.DivClassName
{
background-color: #A882FA;
}
.BgClassName
{
background-color: #A882FA;
}
</style>
border-color css
<style>
span { border-color: #A882FA; }
span { border-color: rgb(168,130,250); }
td.TdClassName
{
border-color: #A882FA;
}
.TagClassName
{
border-color: #A882FA;
}
</style>