Shades of Medium Purple #A46FEA
Tints of Medium Purple #A46FEA
RGB
CMYK
RGB Variations
Color information
#A46FEA (or 0xA46FEA) is known color: Medium Purple. HEX triplet: A4, 6F and EA. RGB value is (164,111,234). Sum of RGB (Red+Green+Blue) = 164+111+234=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #A46FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46FEA is #5B9015. Grayscale: #8C8C8C. Windows color (decimal): -6000662 or 15364004. OLE color: 15364004.
HSL color Cylindrical-coordinate representation of color #A46FEA: hue angle of 265.85º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A46FEA is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 111 | 234 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.08 |
| HSL | 265.85º | 0.75% | 0.68% | - |
| HSV(B) | 265.85º | 0.53% | 0.92% | - |
| XYZ | 35.85 | 25.2 | 80.82 | - |
| YUV | 140.87 | 180.56 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 234 | 0.30 | 0.53 | 0 | 0.08 | 265.85 | 0.75 | 0.68 |
| Hex | A4 | 6F | EA | 1E | 35 | 0 | 8 | 10A | 4B | 44 |
| Octal | 244 | 157 | 352 | 36 | 65 | 0 | 10 | 412 | 113 | 104 |
| Binary | 10100100 | 1101111 | 11101010 | 11110 | 110101 | 0 | 1000 | 100001010 | 1001011 | 1000100 |
Color Harmonies of #A46FEA
Complementary color
Monochromatic Colors of #A46FEA
Black with #A46FEA
Text Example
Text Example
White with #A46FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46FEA; }
p { color: rgb(164,111,234); }
H1.HeaderClassName
{
color: #A46FEA;
}
.AnyTagClassName
{
color: #A46FEA;
}
</style>
background-color css
<style>
a { background-color: #A46FEA; }
a { background-color: rgb(164,111,234); }
div.DivClassName
{
background-color: #A46FEA;
}
.BgClassName
{
background-color: #A46FEA;
}
</style>
border-color css
<style>
span { border-color: #A46FEA; }
span { border-color: rgb(164,111,234); }
td.TdClassName
{
border-color: #A46FEA;
}
.TagClassName
{
border-color: #A46FEA;
}
</style>