Shades of Medium Purple #A678DA
Tints of Medium Purple #A678DA
RGB
CMYK
RGB Variations
Color information
#A678DA (or 0xA678DA) is known color: Medium Purple. HEX triplet: A6, 78 and DA. RGB value is (166,120,218). Sum of RGB (Red+Green+Blue) = 166+120+218=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #A678DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678DA is #598725. Grayscale: #909090. Windows color (decimal): -5867302 or 14317734. OLE color: 14317734.
HSL color Cylindrical-coordinate representation of color #A678DA: hue angle of 268.16º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A678DA is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 120 | 218 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.15 |
| HSL | 268.16º | 0.57% | 0.66% | - |
| HSV(B) | 268.16º | 0.45% | 0.85% | - |
| XYZ | 35.1 | 26.6 | 69.61 | - |
| YUV | 144.93 | 169.24 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 218 | 0.24 | 0.45 | 0 | 0.15 | 268.16 | 0.57 | 0.66 |
| Hex | A6 | 78 | DA | 18 | 2D | 0 | F | 10C | 39 | 42 |
| Octal | 246 | 170 | 332 | 30 | 55 | 0 | 17 | 414 | 71 | 102 |
| Binary | 10100110 | 1111000 | 11011010 | 11000 | 101101 | 0 | 1111 | 100001100 | 111001 | 1000010 |
Color Harmonies of #A678DA
Complementary color
Monochromatic Colors of #A678DA
Black with #A678DA
Text Example
Text Example
White with #A678DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A678DA; }
p { color: rgb(166,120,218); }
H1.HeaderClassName
{
color: #A678DA;
}
.AnyTagClassName
{
color: #A678DA;
}
</style>
background-color css
<style>
a { background-color: #A678DA; }
a { background-color: rgb(166,120,218); }
div.DivClassName
{
background-color: #A678DA;
}
.BgClassName
{
background-color: #A678DA;
}
</style>
border-color css
<style>
span { border-color: #A678DA; }
span { border-color: rgb(166,120,218); }
td.TdClassName
{
border-color: #A678DA;
}
.TagClassName
{
border-color: #A678DA;
}
</style>