Shades of Medium Purple #A881E6
Tints of Medium Purple #A881E6
RGB
CMYK
RGB Variations
Color information
#A881E6 (or 0xA881E6) is known color: Medium Purple. HEX triplet: A8, 81 and E6. RGB value is (168,129,230). Sum of RGB (Red+Green+Blue) = 168+129+230=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #A881E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A881E6 is #577E19. Grayscale: #979797. Windows color (decimal): -5733914 or 15106472. OLE color: 15106472.
HSL color Cylindrical-coordinate representation of color #A881E6: hue angle of 263.17º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A881E6 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 129 | 230 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.10 |
| HSL | 263.17º | 0.67% | 0.7% | - |
| HSV(B) | 263.17º | 0.44% | 0.9% | - |
| XYZ | 38.28 | 29.74 | 78.59 | - |
| YUV | 152.18 | 171.92 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 230 | 0.27 | 0.44 | 0 | 0.10 | 263.17 | 0.67 | 0.7 |
| Hex | A8 | 81 | E6 | 1B | 2C | 0 | A | 107 | 43 | 46 |
| Octal | 250 | 201 | 346 | 33 | 54 | 0 | 12 | 407 | 103 | 106 |
| Binary | 10101000 | 10000001 | 11100110 | 11011 | 101100 | 0 | 1010 | 100000111 | 1000011 | 1000110 |
Color Harmonies of #A881E6
Complementary color
Monochromatic Colors of #A881E6
Black with #A881E6
Text Example
Text Example
White with #A881E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A881E6; }
p { color: rgb(168,129,230); }
H1.HeaderClassName
{
color: #A881E6;
}
.AnyTagClassName
{
color: #A881E6;
}
</style>
background-color css
<style>
a { background-color: #A881E6; }
a { background-color: rgb(168,129,230); }
div.DivClassName
{
background-color: #A881E6;
}
.BgClassName
{
background-color: #A881E6;
}
</style>
border-color css
<style>
span { border-color: #A881E6; }
span { border-color: rgb(168,129,230); }
td.TdClassName
{
border-color: #A881E6;
}
.TagClassName
{
border-color: #A881E6;
}
</style>