Shades of Medium Purple #A677DB
Tints of Medium Purple #A677DB
RGB
CMYK
RGB Variations
Color information
#A677DB (or 0xA677DB) is known color: Medium Purple. HEX triplet: A6, 77 and DB. RGB value is (166,119,219). Sum of RGB (Red+Green+Blue) = 166+119+219=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #A677DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677DB is #598824. Grayscale: #909090. Windows color (decimal): -5867557 or 14383014. OLE color: 14383014.
HSL color Cylindrical-coordinate representation of color #A677DB: hue angle of 268.2º degrees, saturation: 0.58, 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 #A677DB is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 119 | 219 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.14 |
| HSL | 268.2º | 0.58% | 0.66% | - |
| HSV(B) | 268.2º | 0.46% | 0.86% | - |
| XYZ | 35.11 | 26.42 | 70.27 | - |
| YUV | 144.45 | 170.07 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 219 | 0.24 | 0.46 | 0 | 0.14 | 268.2 | 0.58 | 0.66 |
| Hex | A6 | 77 | DB | 18 | 2E | 0 | E | 10C | 3A | 42 |
| Octal | 246 | 167 | 333 | 30 | 56 | 0 | 16 | 414 | 72 | 102 |
| Binary | 10100110 | 1110111 | 11011011 | 11000 | 101110 | 0 | 1110 | 100001100 | 111010 | 1000010 |
Color Harmonies of #A677DB
Complementary color
Monochromatic Colors of #A677DB
Black with #A677DB
Text Example
Text Example
White with #A677DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A677DB; }
p { color: rgb(166,119,219); }
H1.HeaderClassName
{
color: #A677DB;
}
.AnyTagClassName
{
color: #A677DB;
}
</style>
background-color css
<style>
a { background-color: #A677DB; }
a { background-color: rgb(166,119,219); }
div.DivClassName
{
background-color: #A677DB;
}
.BgClassName
{
background-color: #A677DB;
}
</style>
border-color css
<style>
span { border-color: #A677DB; }
span { border-color: rgb(166,119,219); }
td.TdClassName
{
border-color: #A677DB;
}
.TagClassName
{
border-color: #A677DB;
}
</style>