Shades of Medium Purple #A678E2
Tints of Medium Purple #A678E2
RGB
CMYK
RGB Variations
Color information
#A678E2 (or 0xA678E2) is known color: Medium Purple. HEX triplet: A6, 78 and E2. RGB value is (166,120,226). Sum of RGB (Red+Green+Blue) = 166+120+226=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 226 - color contains mainly: blue. Hex color #A678E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678E2 is #59871D. Grayscale: #919191. Windows color (decimal): -5867294 or 14842022. OLE color: 14842022.
HSL color Cylindrical-coordinate representation of color #A678E2: hue angle of 266.04º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A678E2 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 120 | 226 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.11 |
| HSL | 266.04º | 0.65% | 0.68% | - |
| HSV(B) | 266.04º | 0.47% | 0.89% | - |
| XYZ | 36.17 | 27.03 | 75.26 | - |
| YUV | 145.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 226 | 0.27 | 0.47 | 0 | 0.11 | 266.04 | 0.65 | 0.68 |
| Hex | A6 | 78 | E2 | 1B | 2F | 0 | B | 10A | 41 | 44 |
| Octal | 246 | 170 | 342 | 33 | 57 | 0 | 13 | 412 | 101 | 104 |
| Binary | 10100110 | 1111000 | 11100010 | 11011 | 101111 | 0 | 1011 | 100001010 | 1000001 | 1000100 |
Color Harmonies of #A678E2
Complementary color
Monochromatic Colors of #A678E2
Black with #A678E2
Text Example
Text Example
White with #A678E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A678E2; }
p { color: rgb(166,120,226); }
H1.HeaderClassName
{
color: #A678E2;
}
.AnyTagClassName
{
color: #A678E2;
}
</style>
background-color css
<style>
a { background-color: #A678E2; }
a { background-color: rgb(166,120,226); }
div.DivClassName
{
background-color: #A678E2;
}
.BgClassName
{
background-color: #A678E2;
}
</style>
border-color css
<style>
span { border-color: #A678E2; }
span { border-color: rgb(166,120,226); }
td.TdClassName
{
border-color: #A678E2;
}
.TagClassName
{
border-color: #A678E2;
}
</style>