Shades of Medium Purple #A672E3
Tints of Medium Purple #A672E3
RGB
CMYK
RGB Variations
Color information
#A672E3 (or 0xA672E3) is known color: Medium Purple. HEX triplet: A6, 72 and E3. RGB value is (166,114,227). Sum of RGB (Red+Green+Blue) = 166+114+227=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #A672E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672E3 is #598D1C. Grayscale: #8E8E8E. Windows color (decimal): -5868829 or 14906022. OLE color: 14906022.
HSL color Cylindrical-coordinate representation of color #A672E3: hue angle of 267.61º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A672E3 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 114 | 227 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.11 |
| HSL | 267.61º | 0.67% | 0.67% | - |
| HSV(B) | 267.61º | 0.5% | 0.89% | - |
| XYZ | 35.61 | 25.69 | 75.75 | - |
| YUV | 142.43 | 175.73 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 227 | 0.27 | 0.50 | 0 | 0.11 | 267.61 | 0.67 | 0.67 |
| Hex | A6 | 72 | E3 | 1B | 32 | 0 | B | 10C | 43 | 43 |
| Octal | 246 | 162 | 343 | 33 | 62 | 0 | 13 | 414 | 103 | 103 |
| Binary | 10100110 | 1110010 | 11100011 | 11011 | 110010 | 0 | 1011 | 100001100 | 1000011 | 1000011 |
Color Harmonies of #A672E3
Complementary color
Monochromatic Colors of #A672E3
Black with #A672E3
Text Example
Text Example
White with #A672E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672E3; }
p { color: rgb(166,114,227); }
H1.HeaderClassName
{
color: #A672E3;
}
.AnyTagClassName
{
color: #A672E3;
}
</style>
background-color css
<style>
a { background-color: #A672E3; }
a { background-color: rgb(166,114,227); }
div.DivClassName
{
background-color: #A672E3;
}
.BgClassName
{
background-color: #A672E3;
}
</style>
border-color css
<style>
span { border-color: #A672E3; }
span { border-color: rgb(166,114,227); }
td.TdClassName
{
border-color: #A672E3;
}
.TagClassName
{
border-color: #A672E3;
}
</style>