Shades of Medium Purple #A46CEA
Tints of Medium Purple #A46CEA
RGB
CMYK
RGB Variations
Color information
#A46CEA (or 0xA46CEA) is known color: Medium Purple. HEX triplet: A4, 6C and EA. RGB value is (164,108,234). Sum of RGB (Red+Green+Blue) = 164+108+234=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #A46CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46CEA is #5B9315. Grayscale: #8A8A8A. Windows color (decimal): -6001430 or 15363236. OLE color: 15363236.
HSL color Cylindrical-coordinate representation of color #A46CEA: hue angle of 266.67º 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 #A46CEA is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 108 | 234 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.08 |
| HSL | 266.67º | 0.75% | 0.67% | - |
| HSV(B) | 266.67º | 0.54% | 0.92% | - |
| XYZ | 35.52 | 24.56 | 80.71 | - |
| YUV | 139.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 234 | 0.30 | 0.54 | 0 | 0.08 | 266.67 | 0.75 | 0.67 |
| Hex | A4 | 6C | EA | 1E | 36 | 0 | 8 | 10B | 4B | 43 |
| Octal | 244 | 154 | 352 | 36 | 66 | 0 | 10 | 413 | 113 | 103 |
| Binary | 10100100 | 1101100 | 11101010 | 11110 | 110110 | 0 | 1000 | 100001011 | 1001011 | 1000011 |
Color Harmonies of #A46CEA
Complementary color
Monochromatic Colors of #A46CEA
Black with #A46CEA
Text Example
Text Example
White with #A46CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CEA; }
p { color: rgb(164,108,234); }
H1.HeaderClassName
{
color: #A46CEA;
}
.AnyTagClassName
{
color: #A46CEA;
}
</style>
background-color css
<style>
a { background-color: #A46CEA; }
a { background-color: rgb(164,108,234); }
div.DivClassName
{
background-color: #A46CEA;
}
.BgClassName
{
background-color: #A46CEA;
}
</style>
border-color css
<style>
span { border-color: #A46CEA; }
span { border-color: rgb(164,108,234); }
td.TdClassName
{
border-color: #A46CEA;
}
.TagClassName
{
border-color: #A46CEA;
}
</style>