Shades of Medium Purple #A877DC
Tints of Medium Purple #A877DC
RGB
CMYK
RGB Variations
Color information
#A877DC (or 0xA877DC) is known color: Medium Purple. HEX triplet: A8, 77 and DC. RGB value is (168,119,220). Sum of RGB (Red+Green+Blue) = 168+119+220=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #A877DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A877DC is #578823. Grayscale: #909090. Windows color (decimal): -5736484 or 14448552. OLE color: 14448552.
HSL color Cylindrical-coordinate representation of color #A877DC: hue angle of 269.11º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A877DC is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 119 | 220 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.14 |
| HSL | 269.11º | 0.59% | 0.66% | - |
| HSV(B) | 269.11º | 0.46% | 0.86% | - |
| XYZ | 35.66 | 26.69 | 70.98 | - |
| YUV | 145.17 | 170.23 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 220 | 0.24 | 0.46 | 0 | 0.14 | 269.11 | 0.59 | 0.66 |
| Hex | A8 | 77 | DC | 18 | 2E | 0 | E | 10D | 3B | 42 |
| Octal | 250 | 167 | 334 | 30 | 56 | 0 | 16 | 415 | 73 | 102 |
| Binary | 10101000 | 1110111 | 11011100 | 11000 | 101110 | 0 | 1110 | 100001101 | 111011 | 1000010 |
Color Harmonies of #A877DC
Complementary color
Monochromatic Colors of #A877DC
Black with #A877DC
Text Example
Text Example
White with #A877DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A877DC; }
p { color: rgb(168,119,220); }
H1.HeaderClassName
{
color: #A877DC;
}
.AnyTagClassName
{
color: #A877DC;
}
</style>
background-color css
<style>
a { background-color: #A877DC; }
a { background-color: rgb(168,119,220); }
div.DivClassName
{
background-color: #A877DC;
}
.BgClassName
{
background-color: #A877DC;
}
</style>
border-color css
<style>
span { border-color: #A877DC; }
span { border-color: rgb(168,119,220); }
td.TdClassName
{
border-color: #A877DC;
}
.TagClassName
{
border-color: #A877DC;
}
</style>