Shades of Medium Orchid #A44CED
Tints of Medium Orchid #A44CED
RGB
CMYK
RGB Variations
Color information
#A44CED (or 0xA44CED) is known color: Medium Orchid. HEX triplet: A4, 4C and ED. RGB value is (164,76,237). Sum of RGB (Red+Green+Blue) = 164+76+237=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #A44CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44CED is #5BB312. Grayscale: #787878. Windows color (decimal): -6009619 or 15551652. OLE color: 15551652.
HSL color Cylindrical-coordinate representation of color #A44CED: hue angle of 272.8º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A44CED is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 76 | 237 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.07 |
| HSL | 272.8º | 0.82% | 0.61% | - |
| HSV(B) | 272.8º | 0.68% | 0.93% | - |
| XYZ | 33.18 | 19.18 | 82.07 | - |
| YUV | 120.67 | 193.65 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 237 | 0.31 | 0.68 | 0 | 0.07 | 272.8 | 0.82 | 0.61 |
| Hex | A4 | 4C | ED | 1F | 44 | 0 | 7 | 111 | 52 | 3D |
| Octal | 244 | 114 | 355 | 37 | 104 | 0 | 7 | 421 | 122 | 75 |
| Binary | 10100100 | 1001100 | 11101101 | 11111 | 1000100 | 0 | 111 | 100010001 | 1010010 | 111101 |
Color Harmonies of #A44CED
Complementary color
Monochromatic Colors of #A44CED
Black with #A44CED
Text Example
Text Example
White with #A44CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44CED; }
p { color: rgb(164,76,237); }
H1.HeaderClassName
{
color: #A44CED;
}
.AnyTagClassName
{
color: #A44CED;
}
</style>
background-color css
<style>
a { background-color: #A44CED; }
a { background-color: rgb(164,76,237); }
div.DivClassName
{
background-color: #A44CED;
}
.BgClassName
{
background-color: #A44CED;
}
</style>
border-color css
<style>
span { border-color: #A44CED; }
span { border-color: rgb(164,76,237); }
td.TdClassName
{
border-color: #A44CED;
}
.TagClassName
{
border-color: #A44CED;
}
</style>