Shades of Medium Purple #A672EE
Tints of Medium Purple #A672EE
RGB
CMYK
RGB Variations
Color information
#A672EE (or 0xA672EE) is known color: Medium Purple. HEX triplet: A6, 72 and EE. RGB value is (166,114,238). Sum of RGB (Red+Green+Blue) = 166+114+238=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #A672EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A672EE is #598D11. Grayscale: #8F8F8F. Windows color (decimal): -5868818 or 15626918. OLE color: 15626918.
HSL color Cylindrical-coordinate representation of color #A672EE: hue angle of 265.16º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A672EE is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 114 | 238 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.07 |
| HSL | 265.16º | 0.78% | 0.69% | - |
| HSV(B) | 265.16º | 0.52% | 0.93% | - |
| XYZ | 37.18 | 26.31 | 84.01 | - |
| YUV | 143.68 | 181.23 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 238 | 0.30 | 0.52 | 0 | 0.07 | 265.16 | 0.78 | 0.69 |
| Hex | A6 | 72 | EE | 1E | 34 | 0 | 7 | 109 | 4E | 45 |
| Octal | 246 | 162 | 356 | 36 | 64 | 0 | 7 | 411 | 116 | 105 |
| Binary | 10100110 | 1110010 | 11101110 | 11110 | 110100 | 0 | 111 | 100001001 | 1001110 | 1000101 |
Color Harmonies of #A672EE
Complementary color
Monochromatic Colors of #A672EE
Black with #A672EE
Text Example
Text Example
White with #A672EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672EE; }
p { color: rgb(166,114,238); }
H1.HeaderClassName
{
color: #A672EE;
}
.AnyTagClassName
{
color: #A672EE;
}
</style>
background-color css
<style>
a { background-color: #A672EE; }
a { background-color: rgb(166,114,238); }
div.DivClassName
{
background-color: #A672EE;
}
.BgClassName
{
background-color: #A672EE;
}
</style>
border-color css
<style>
span { border-color: #A672EE; }
span { border-color: rgb(166,114,238); }
td.TdClassName
{
border-color: #A672EE;
}
.TagClassName
{
border-color: #A672EE;
}
</style>