Shades of Medium Purple #A672EB
Tints of Medium Purple #A672EB
RGB
CMYK
RGB Variations
Color information
#A672EB (or 0xA672EB) is known color: Medium Purple. HEX triplet: A6, 72 and EB. RGB value is (166,114,235). Sum of RGB (Red+Green+Blue) = 166+114+235=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #A672EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A672EB is #598D14. Grayscale: #8E8E8E. Windows color (decimal): -5868821 or 15430310. OLE color: 15430310.
HSL color Cylindrical-coordinate representation of color #A672EB: hue angle of 265.79º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A672EB is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 114 | 235 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.08 |
| HSL | 265.79º | 0.75% | 0.68% | - |
| HSV(B) | 265.79º | 0.51% | 0.92% | - |
| XYZ | 36.74 | 26.14 | 81.71 | - |
| YUV | 143.34 | 179.73 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 235 | 0.29 | 0.51 | 0 | 0.08 | 265.79 | 0.75 | 0.68 |
| Hex | A6 | 72 | EB | 1D | 33 | 0 | 8 | 10A | 4B | 44 |
| Octal | 246 | 162 | 353 | 35 | 63 | 0 | 10 | 412 | 113 | 104 |
| Binary | 10100110 | 1110010 | 11101011 | 11101 | 110011 | 0 | 1000 | 100001010 | 1001011 | 1000100 |
Color Harmonies of #A672EB
Complementary color
Monochromatic Colors of #A672EB
Black with #A672EB
Text Example
Text Example
White with #A672EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672EB; }
p { color: rgb(166,114,235); }
H1.HeaderClassName
{
color: #A672EB;
}
.AnyTagClassName
{
color: #A672EB;
}
</style>
background-color css
<style>
a { background-color: #A672EB; }
a { background-color: rgb(166,114,235); }
div.DivClassName
{
background-color: #A672EB;
}
.BgClassName
{
background-color: #A672EB;
}
</style>
border-color css
<style>
span { border-color: #A672EB; }
span { border-color: rgb(166,114,235); }
td.TdClassName
{
border-color: #A672EB;
}
.TagClassName
{
border-color: #A672EB;
}
</style>