Shades of Medium Purple #A67FEA
Tints of Medium Purple #A67FEA
RGB
CMYK
RGB Variations
Color information
#A67FEA (or 0xA67FEA) is known color: Medium Purple. HEX triplet: A6, 7F and EA. RGB value is (166,127,234). Sum of RGB (Red+Green+Blue) = 166+127+234=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #A67FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FEA is #598015. Grayscale: #969696. Windows color (decimal): -5865494 or 15368102. OLE color: 15368102.
HSL color Cylindrical-coordinate representation of color #A67FEA: hue angle of 261.87º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A67FEA is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 127 | 234 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.08 |
| HSL | 261.87º | 0.72% | 0.71% | - |
| HSV(B) | 261.87º | 0.46% | 0.92% | - |
| XYZ | 38.17 | 29.23 | 81.47 | - |
| YUV | 150.86 | 174.92 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 234 | 0.29 | 0.46 | 0 | 0.08 | 261.87 | 0.72 | 0.71 |
| Hex | A6 | 7F | EA | 1D | 2E | 0 | 8 | 106 | 48 | 47 |
| Octal | 246 | 177 | 352 | 35 | 56 | 0 | 10 | 406 | 110 | 107 |
| Binary | 10100110 | 1111111 | 11101010 | 11101 | 101110 | 0 | 1000 | 100000110 | 1001000 | 1000111 |
Color Harmonies of #A67FEA
Complementary color
Monochromatic Colors of #A67FEA
Black with #A67FEA
Text Example
Text Example
White with #A67FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67FEA; }
p { color: rgb(166,127,234); }
H1.HeaderClassName
{
color: #A67FEA;
}
.AnyTagClassName
{
color: #A67FEA;
}
</style>
background-color css
<style>
a { background-color: #A67FEA; }
a { background-color: rgb(166,127,234); }
div.DivClassName
{
background-color: #A67FEA;
}
.BgClassName
{
background-color: #A67FEA;
}
</style>
border-color css
<style>
span { border-color: #A67FEA; }
span { border-color: rgb(166,127,234); }
td.TdClassName
{
border-color: #A67FEA;
}
.TagClassName
{
border-color: #A67FEA;
}
</style>