Shades of Medium Purple #A679E5
Tints of Medium Purple #A679E5
RGB
CMYK
RGB Variations
Color information
#A679E5 (or 0xA679E5) is known color: Medium Purple. HEX triplet: A6, 79 and E5. RGB value is (166,121,229). Sum of RGB (Red+Green+Blue) = 166+121+229=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #A679E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679E5 is #59861A. Grayscale: #929292. Windows color (decimal): -5867035 or 15038886. OLE color: 15038886.
HSL color Cylindrical-coordinate representation of color #A679E5: hue angle of 265º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A679E5 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 121 | 229 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.10 |
| HSL | 265º | 0.68% | 0.69% | - |
| HSV(B) | 265º | 0.47% | 0.9% | - |
| XYZ | 36.71 | 27.44 | 77.49 | - |
| YUV | 146.77 | 174.41 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 229 | 0.28 | 0.47 | 0 | 0.10 | 265 | 0.68 | 0.69 |
| Hex | A6 | 79 | E5 | 1C | 2F | 0 | A | 109 | 44 | 45 |
| Octal | 246 | 171 | 345 | 34 | 57 | 0 | 12 | 411 | 104 | 105 |
| Binary | 10100110 | 1111001 | 11100101 | 11100 | 101111 | 0 | 1010 | 100001001 | 1000100 | 1000101 |
Color Harmonies of #A679E5
Complementary color
Monochromatic Colors of #A679E5
Black with #A679E5
Text Example
Text Example
White with #A679E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679E5; }
p { color: rgb(166,121,229); }
H1.HeaderClassName
{
color: #A679E5;
}
.AnyTagClassName
{
color: #A679E5;
}
</style>
background-color css
<style>
a { background-color: #A679E5; }
a { background-color: rgb(166,121,229); }
div.DivClassName
{
background-color: #A679E5;
}
.BgClassName
{
background-color: #A679E5;
}
</style>
border-color css
<style>
span { border-color: #A679E5; }
span { border-color: rgb(166,121,229); }
td.TdClassName
{
border-color: #A679E5;
}
.TagClassName
{
border-color: #A679E5;
}
</style>