Shades of Medium Purple #A880FB
Tints of Medium Purple #A880FB
RGB
CMYK
RGB Variations
Color information
#A880FB (or 0xA880FB) is known color: Medium Purple. HEX triplet: A8, 80 and FB. RGB value is (168,128,251). Sum of RGB (Red+Green+Blue) = 168+128+251=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #A880FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A880FB is #577F04. Grayscale: #999999. Windows color (decimal): -5734149 or 16482472. OLE color: 16482472.
HSL color Cylindrical-coordinate representation of color #A880FB: hue angle of 259.51º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A880FB is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 128 | 251 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.02 |
| HSL | 259.51º | 0.94% | 0.74% | - |
| HSV(B) | 259.51º | 0.49% | 0.98% | - |
| XYZ | 41.28 | 30.73 | 95.02 | - |
| YUV | 153.98 | 182.75 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 251 | 0.33 | 0.49 | 0 | 0.02 | 259.51 | 0.94 | 0.74 |
| Hex | A8 | 80 | FB | 21 | 31 | 0 | 2 | 104 | 5E | 4A |
| Octal | 250 | 200 | 373 | 41 | 61 | 0 | 2 | 404 | 136 | 112 |
| Binary | 10101000 | 10000000 | 11111011 | 100001 | 110001 | 0 | 10 | 100000100 | 1011110 | 1001010 |
Color Harmonies of #A880FB
Complementary color
Monochromatic Colors of #A880FB
Black with #A880FB
Text Example
Text Example
White with #A880FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A880FB; }
p { color: rgb(168,128,251); }
H1.HeaderClassName
{
color: #A880FB;
}
.AnyTagClassName
{
color: #A880FB;
}
</style>
background-color css
<style>
a { background-color: #A880FB; }
a { background-color: rgb(168,128,251); }
div.DivClassName
{
background-color: #A880FB;
}
.BgClassName
{
background-color: #A880FB;
}
</style>
border-color css
<style>
span { border-color: #A880FB; }
span { border-color: rgb(168,128,251); }
td.TdClassName
{
border-color: #A880FB;
}
.TagClassName
{
border-color: #A880FB;
}
</style>