Shades of Medium Purple #A882F3
Tints of Medium Purple #A882F3
RGB
CMYK
RGB Variations
Color information
#A882F3 (or 0xA882F3) is known color: Medium Purple. HEX triplet: A8, 82 and F3. RGB value is (168,130,243). Sum of RGB (Red+Green+Blue) = 168+130+243=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #A882F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A882F3 is #577D0C. Grayscale: #999999. Windows color (decimal): -5733645 or 15958696. OLE color: 15958696.
HSL color Cylindrical-coordinate representation of color #A882F3: hue angle of 260.18º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A882F3 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 130 | 243 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.05 |
| HSL | 260.18º | 0.82% | 0.73% | - |
| HSV(B) | 260.18º | 0.47% | 0.95% | - |
| XYZ | 40.31 | 30.76 | 88.61 | - |
| YUV | 154.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 243 | 0.31 | 0.47 | 0 | 0.05 | 260.18 | 0.82 | 0.73 |
| Hex | A8 | 82 | F3 | 1F | 2F | 0 | 5 | 104 | 52 | 49 |
| Octal | 250 | 202 | 363 | 37 | 57 | 0 | 5 | 404 | 122 | 111 |
| Binary | 10101000 | 10000010 | 11110011 | 11111 | 101111 | 0 | 101 | 100000100 | 1010010 | 1001001 |
Color Harmonies of #A882F3
Complementary color
Monochromatic Colors of #A882F3
Black with #A882F3
Text Example
Text Example
White with #A882F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882F3; }
p { color: rgb(168,130,243); }
H1.HeaderClassName
{
color: #A882F3;
}
.AnyTagClassName
{
color: #A882F3;
}
</style>
background-color css
<style>
a { background-color: #A882F3; }
a { background-color: rgb(168,130,243); }
div.DivClassName
{
background-color: #A882F3;
}
.BgClassName
{
background-color: #A882F3;
}
</style>
border-color css
<style>
span { border-color: #A882F3; }
span { border-color: rgb(168,130,243); }
td.TdClassName
{
border-color: #A882F3;
}
.TagClassName
{
border-color: #A882F3;
}
</style>