Shades of Medium Purple #A46BEA
Tints of Medium Purple #A46BEA
RGB
CMYK
RGB Variations
Color information
#A46BEA (or 0xA46BEA) is known color: Medium Purple. HEX triplet: A4, 6B and EA. RGB value is (164,107,234). Sum of RGB (Red+Green+Blue) = 164+107+234=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #A46BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46BEA is #5B9415. Grayscale: #8A8A8A. Windows color (decimal): -6001686 or 15362980. OLE color: 15362980.
HSL color Cylindrical-coordinate representation of color #A46BEA: hue angle of 266.93º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A46BEA is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 107 | 234 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.08 |
| HSL | 266.93º | 0.75% | 0.67% | - |
| HSV(B) | 266.93º | 0.54% | 0.92% | - |
| XYZ | 35.42 | 24.35 | 80.67 | - |
| YUV | 138.52 | 181.88 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 234 | 0.30 | 0.54 | 0 | 0.08 | 266.93 | 0.75 | 0.67 |
| Hex | A4 | 6B | EA | 1E | 36 | 0 | 8 | 10B | 4B | 43 |
| Octal | 244 | 153 | 352 | 36 | 66 | 0 | 10 | 413 | 113 | 103 |
| Binary | 10100100 | 1101011 | 11101010 | 11110 | 110110 | 0 | 1000 | 100001011 | 1001011 | 1000011 |
Color Harmonies of #A46BEA
Complementary color
Monochromatic Colors of #A46BEA
Black with #A46BEA
Text Example
Text Example
White with #A46BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46BEA; }
p { color: rgb(164,107,234); }
H1.HeaderClassName
{
color: #A46BEA;
}
.AnyTagClassName
{
color: #A46BEA;
}
</style>
background-color css
<style>
a { background-color: #A46BEA; }
a { background-color: rgb(164,107,234); }
div.DivClassName
{
background-color: #A46BEA;
}
.BgClassName
{
background-color: #A46BEA;
}
</style>
border-color css
<style>
span { border-color: #A46BEA; }
span { border-color: rgb(164,107,234); }
td.TdClassName
{
border-color: #A46BEA;
}
.TagClassName
{
border-color: #A46BEA;
}
</style>