Shades of Medium Purple #A678DB
Tints of Medium Purple #A678DB
RGB
CMYK
RGB Variations
Color information
#A678DB (or 0xA678DB) is known color: Medium Purple. HEX triplet: A6, 78 and DB. RGB value is (166,120,219). Sum of RGB (Red+Green+Blue) = 166+120+219=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #A678DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678DB is #598724. Grayscale: #909090. Windows color (decimal): -5867301 or 14383270. OLE color: 14383270.
HSL color Cylindrical-coordinate representation of color #A678DB: hue angle of 267.88º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A678DB is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 120 | 219 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.14 |
| HSL | 267.88º | 0.58% | 0.66% | - |
| HSV(B) | 267.88º | 0.45% | 0.86% | - |
| XYZ | 35.23 | 26.65 | 70.31 | - |
| YUV | 145.04 | 169.74 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 219 | 0.24 | 0.45 | 0 | 0.14 | 267.88 | 0.58 | 0.66 |
| Hex | A6 | 78 | DB | 18 | 2D | 0 | E | 10C | 3A | 42 |
| Octal | 246 | 170 | 333 | 30 | 55 | 0 | 16 | 414 | 72 | 102 |
| Binary | 10100110 | 1111000 | 11011011 | 11000 | 101101 | 0 | 1110 | 100001100 | 111010 | 1000010 |
Color Harmonies of #A678DB
Complementary color
Monochromatic Colors of #A678DB
Black with #A678DB
Text Example
Text Example
White with #A678DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A678DB; }
p { color: rgb(166,120,219); }
H1.HeaderClassName
{
color: #A678DB;
}
.AnyTagClassName
{
color: #A678DB;
}
</style>
background-color css
<style>
a { background-color: #A678DB; }
a { background-color: rgb(166,120,219); }
div.DivClassName
{
background-color: #A678DB;
}
.BgClassName
{
background-color: #A678DB;
}
</style>
border-color css
<style>
span { border-color: #A678DB; }
span { border-color: rgb(166,120,219); }
td.TdClassName
{
border-color: #A678DB;
}
.TagClassName
{
border-color: #A678DB;
}
</style>