Shades of Medium Purple #A46CEE
Tints of Medium Purple #A46CEE
RGB
CMYK
RGB Variations
Color information
#A46CEE (or 0xA46CEE) is known color: Medium Purple. HEX triplet: A4, 6C and EE. RGB value is (164,108,238). Sum of RGB (Red+Green+Blue) = 164+108+238=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #A46CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46CEE is #5B9311. Grayscale: #8B8B8B. Windows color (decimal): -6001426 or 15625380. OLE color: 15625380.
HSL color Cylindrical-coordinate representation of color #A46CEE: hue angle of 265.85º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A46CEE is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 108 | 238 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.07 |
| HSL | 265.85º | 0.79% | 0.68% | - |
| HSV(B) | 265.85º | 0.55% | 0.93% | - |
| XYZ | 36.11 | 24.79 | 83.77 | - |
| YUV | 139.56 | 183.55 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 238 | 0.31 | 0.55 | 0 | 0.07 | 265.85 | 0.79 | 0.68 |
| Hex | A4 | 6C | EE | 1F | 37 | 0 | 7 | 10A | 4F | 44 |
| Octal | 244 | 154 | 356 | 37 | 67 | 0 | 7 | 412 | 117 | 104 |
| Binary | 10100100 | 1101100 | 11101110 | 11111 | 110111 | 0 | 111 | 100001010 | 1001111 | 1000100 |
Color Harmonies of #A46CEE
Complementary color
Monochromatic Colors of #A46CEE
Black with #A46CEE
Text Example
Text Example
White with #A46CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CEE; }
p { color: rgb(164,108,238); }
H1.HeaderClassName
{
color: #A46CEE;
}
.AnyTagClassName
{
color: #A46CEE;
}
</style>
background-color css
<style>
a { background-color: #A46CEE; }
a { background-color: rgb(164,108,238); }
div.DivClassName
{
background-color: #A46CEE;
}
.BgClassName
{
background-color: #A46CEE;
}
</style>
border-color css
<style>
span { border-color: #A46CEE; }
span { border-color: rgb(164,108,238); }
td.TdClassName
{
border-color: #A46CEE;
}
.TagClassName
{
border-color: #A46CEE;
}
</style>