Shades of Medium Purple #A680EA
Tints of Medium Purple #A680EA
RGB
CMYK
RGB Variations
Color information
#A680EA (or 0xA680EA) is known color: Medium Purple. HEX triplet: A6, 80 and EA. RGB value is (166,128,234). Sum of RGB (Red+Green+Blue) = 166+128+234=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #A680EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A680EA is #597F15. Grayscale: #979797. Windows color (decimal): -5865238 or 15368358. OLE color: 15368358.
HSL color Cylindrical-coordinate representation of color #A680EA: hue angle of 261.51º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A680EA is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 128 | 234 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.08 |
| HSL | 261.51º | 0.72% | 0.71% | - |
| HSV(B) | 261.51º | 0.45% | 0.92% | - |
| XYZ | 38.3 | 29.49 | 81.51 | - |
| YUV | 151.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 234 | 0.29 | 0.45 | 0 | 0.08 | 261.51 | 0.72 | 0.71 |
| Hex | A6 | 80 | EA | 1D | 2D | 0 | 8 | 106 | 48 | 47 |
| Octal | 246 | 200 | 352 | 35 | 55 | 0 | 10 | 406 | 110 | 107 |
| Binary | 10100110 | 10000000 | 11101010 | 11101 | 101101 | 0 | 1000 | 100000110 | 1001000 | 1000111 |
Color Harmonies of #A680EA
Complementary color
Monochromatic Colors of #A680EA
Black with #A680EA
Text Example
Text Example
White with #A680EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680EA; }
p { color: rgb(166,128,234); }
H1.HeaderClassName
{
color: #A680EA;
}
.AnyTagClassName
{
color: #A680EA;
}
</style>
background-color css
<style>
a { background-color: #A680EA; }
a { background-color: rgb(166,128,234); }
div.DivClassName
{
background-color: #A680EA;
}
.BgClassName
{
background-color: #A680EA;
}
</style>
border-color css
<style>
span { border-color: #A680EA; }
span { border-color: rgb(166,128,234); }
td.TdClassName
{
border-color: #A680EA;
}
.TagClassName
{
border-color: #A680EA;
}
</style>