Shades of Medium Purple #A46CED
Tints of Medium Purple #A46CED
RGB
CMYK
RGB Variations
Color information
#A46CED (or 0xA46CED) is known color: Medium Purple. HEX triplet: A4, 6C and ED. RGB value is (164,108,237). Sum of RGB (Red+Green+Blue) = 164+108+237=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #A46CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46CED is #5B9312. Grayscale: #8A8A8A. Windows color (decimal): -6001427 or 15559844. OLE color: 15559844.
HSL color Cylindrical-coordinate representation of color #A46CED: hue angle of 266.05º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A46CED is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 108 | 237 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.07 |
| HSL | 266.05º | 0.78% | 0.68% | - |
| HSV(B) | 266.05º | 0.54% | 0.93% | - |
| XYZ | 35.96 | 24.73 | 83 | - |
| YUV | 139.45 | 183.05 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 237 | 0.31 | 0.54 | 0 | 0.07 | 266.05 | 0.78 | 0.68 |
| Hex | A4 | 6C | ED | 1F | 36 | 0 | 7 | 10A | 4E | 44 |
| Octal | 244 | 154 | 355 | 37 | 66 | 0 | 7 | 412 | 116 | 104 |
| Binary | 10100100 | 1101100 | 11101101 | 11111 | 110110 | 0 | 111 | 100001010 | 1001110 | 1000100 |
Color Harmonies of #A46CED
Complementary color
Monochromatic Colors of #A46CED
Black with #A46CED
Text Example
Text Example
White with #A46CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CED; }
p { color: rgb(164,108,237); }
H1.HeaderClassName
{
color: #A46CED;
}
.AnyTagClassName
{
color: #A46CED;
}
</style>
background-color css
<style>
a { background-color: #A46CED; }
a { background-color: rgb(164,108,237); }
div.DivClassName
{
background-color: #A46CED;
}
.BgClassName
{
background-color: #A46CED;
}
</style>
border-color css
<style>
span { border-color: #A46CED; }
span { border-color: rgb(164,108,237); }
td.TdClassName
{
border-color: #A46CED;
}
.TagClassName
{
border-color: #A46CED;
}
</style>