Shades of Medium Purple #A680E2
Tints of Medium Purple #A680E2
RGB
CMYK
RGB Variations
Color information
#A680E2 (or 0xA680E2) is known color: Medium Purple. HEX triplet: A6, 80 and E2. RGB value is (166,128,226). Sum of RGB (Red+Green+Blue) = 166+128+226=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #A680E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680E2 is #597F1D. Grayscale: #969696. Windows color (decimal): -5865246 or 14844070. OLE color: 14844070.
HSL color Cylindrical-coordinate representation of color #A680E2: hue angle of 263.27º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A680E2 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 128 | 226 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.11 |
| HSL | 263.27º | 0.63% | 0.69% | - |
| HSV(B) | 263.27º | 0.43% | 0.89% | - |
| XYZ | 37.17 | 29.04 | 75.6 | - |
| YUV | 150.53 | 170.59 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 226 | 0.27 | 0.43 | 0 | 0.11 | 263.27 | 0.63 | 0.69 |
| Hex | A6 | 80 | E2 | 1B | 2B | 0 | B | 107 | 3F | 45 |
| Octal | 246 | 200 | 342 | 33 | 53 | 0 | 13 | 407 | 77 | 105 |
| Binary | 10100110 | 10000000 | 11100010 | 11011 | 101011 | 0 | 1011 | 100000111 | 111111 | 1000101 |
Color Harmonies of #A680E2
Complementary color
Monochromatic Colors of #A680E2
Black with #A680E2
Text Example
Text Example
White with #A680E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680E2; }
p { color: rgb(166,128,226); }
H1.HeaderClassName
{
color: #A680E2;
}
.AnyTagClassName
{
color: #A680E2;
}
</style>
background-color css
<style>
a { background-color: #A680E2; }
a { background-color: rgb(166,128,226); }
div.DivClassName
{
background-color: #A680E2;
}
.BgClassName
{
background-color: #A680E2;
}
</style>
border-color css
<style>
span { border-color: #A680E2; }
span { border-color: rgb(166,128,226); }
td.TdClassName
{
border-color: #A680E2;
}
.TagClassName
{
border-color: #A680E2;
}
</style>