Shades of Medium Orchid #A44FE5
Tints of Medium Orchid #A44FE5
RGB
CMYK
RGB Variations
Color information
#A44FE5 (or 0xA44FE5) is known color: Medium Orchid. HEX triplet: A4, 4F and E5. RGB value is (164,79,229). Sum of RGB (Red+Green+Blue) = 164+79+229=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #A44FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44FE5 is #5BB01A. Grayscale: #797979. Windows color (decimal): -6008859 or 15028132. OLE color: 15028132.
HSL color Cylindrical-coordinate representation of color #A44FE5: hue angle of 274º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A44FE5 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 79 | 229 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.10 |
| HSL | 274º | 0.74% | 0.6% | - |
| HSV(B) | 274º | 0.66% | 0.9% | - |
| XYZ | 32.25 | 19.14 | 76.12 | - |
| YUV | 121.52 | 188.66 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 79 | 229 | 0.28 | 0.66 | 0 | 0.10 | 274 | 0.74 | 0.6 |
| Hex | A4 | 4F | E5 | 1C | 42 | 0 | A | 112 | 4A | 3C |
| Octal | 244 | 117 | 345 | 34 | 102 | 0 | 12 | 422 | 112 | 74 |
| Binary | 10100100 | 1001111 | 11100101 | 11100 | 1000010 | 0 | 1010 | 100010010 | 1001010 | 111100 |
Color Harmonies of #A44FE5
Complementary color
Monochromatic Colors of #A44FE5
Black with #A44FE5
Text Example
Text Example
White with #A44FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44FE5; }
p { color: rgb(164,79,229); }
H1.HeaderClassName
{
color: #A44FE5;
}
.AnyTagClassName
{
color: #A44FE5;
}
</style>
background-color css
<style>
a { background-color: #A44FE5; }
a { background-color: rgb(164,79,229); }
div.DivClassName
{
background-color: #A44FE5;
}
.BgClassName
{
background-color: #A44FE5;
}
</style>
border-color css
<style>
span { border-color: #A44FE5; }
span { border-color: rgb(164,79,229); }
td.TdClassName
{
border-color: #A44FE5;
}
.TagClassName
{
border-color: #A44FE5;
}
</style>