Shades of Medium Orchid #A44ADA
Tints of Medium Orchid #A44ADA
RGB
CMYK
RGB Variations
Color information
#A44ADA (or 0xA44ADA) is known color: Medium Orchid. HEX triplet: A4, 4A and DA. RGB value is (164,74,218). Sum of RGB (Red+Green+Blue) = 164+74+218=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #A44ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44ADA is #5BB525. Grayscale: #747474. Windows color (decimal): -6010150 or 14305956. OLE color: 14305956.
HSL color Cylindrical-coordinate representation of color #A44ADA: hue angle of 277.5º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A44ADA is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 74 | 218 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.15 |
| HSL | 277.5º | 0.66% | 0.57% | - |
| HSV(B) | 277.5º | 0.66% | 0.85% | - |
| XYZ | 30.41 | 17.85 | 68.17 | - |
| YUV | 117.33 | 184.82 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 218 | 0.25 | 0.66 | 0 | 0.15 | 277.5 | 0.66 | 0.57 |
| Hex | A4 | 4A | DA | 19 | 42 | 0 | F | 116 | 42 | 39 |
| Octal | 244 | 112 | 332 | 31 | 102 | 0 | 17 | 426 | 102 | 71 |
| Binary | 10100100 | 1001010 | 11011010 | 11001 | 1000010 | 0 | 1111 | 100010110 | 1000010 | 111001 |
Color Harmonies of #A44ADA
Complementary color
Monochromatic Colors of #A44ADA
Black with #A44ADA
Text Example
Text Example
White with #A44ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44ADA; }
p { color: rgb(164,74,218); }
H1.HeaderClassName
{
color: #A44ADA;
}
.AnyTagClassName
{
color: #A44ADA;
}
</style>
background-color css
<style>
a { background-color: #A44ADA; }
a { background-color: rgb(164,74,218); }
div.DivClassName
{
background-color: #A44ADA;
}
.BgClassName
{
background-color: #A44ADA;
}
</style>
border-color css
<style>
span { border-color: #A44ADA; }
span { border-color: rgb(164,74,218); }
td.TdClassName
{
border-color: #A44ADA;
}
.TagClassName
{
border-color: #A44ADA;
}
</style>