Shades of Medium Purple #A671EB
Tints of Medium Purple #A671EB
RGB
CMYK
RGB Variations
Color information
#A671EB (or 0xA671EB) is known color: Medium Purple. HEX triplet: A6, 71 and EB. RGB value is (166,113,235). Sum of RGB (Red+Green+Blue) = 166+113+235=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #A671EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A671EB is #598E14. Grayscale: #8E8E8E. Windows color (decimal): -5869077 or 15430054. OLE color: 15430054.
HSL color Cylindrical-coordinate representation of color #A671EB: hue angle of 266.07º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A671EB is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 113 | 235 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.08 |
| HSL | 266.07º | 0.75% | 0.68% | - |
| HSV(B) | 266.07º | 0.52% | 0.92% | - |
| XYZ | 36.63 | 25.92 | 81.67 | - |
| YUV | 142.76 | 180.06 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 235 | 0.29 | 0.52 | 0 | 0.08 | 266.07 | 0.75 | 0.68 |
| Hex | A6 | 71 | EB | 1D | 34 | 0 | 8 | 10A | 4B | 44 |
| Octal | 246 | 161 | 353 | 35 | 64 | 0 | 10 | 412 | 113 | 104 |
| Binary | 10100110 | 1110001 | 11101011 | 11101 | 110100 | 0 | 1000 | 100001010 | 1001011 | 1000100 |
Color Harmonies of #A671EB
Complementary color
Monochromatic Colors of #A671EB
Black with #A671EB
Text Example
Text Example
White with #A671EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A671EB; }
p { color: rgb(166,113,235); }
H1.HeaderClassName
{
color: #A671EB;
}
.AnyTagClassName
{
color: #A671EB;
}
</style>
background-color css
<style>
a { background-color: #A671EB; }
a { background-color: rgb(166,113,235); }
div.DivClassName
{
background-color: #A671EB;
}
.BgClassName
{
background-color: #A671EB;
}
</style>
border-color css
<style>
span { border-color: #A671EB; }
span { border-color: rgb(166,113,235); }
td.TdClassName
{
border-color: #A671EB;
}
.TagClassName
{
border-color: #A671EB;
}
</style>