Shades of Medium Orchid #A44ADC
Tints of Medium Orchid #A44ADC
RGB
CMYK
RGB Variations
Color information
#A44ADC (or 0xA44ADC) is known color: Medium Orchid. HEX triplet: A4, 4A and DC. RGB value is (164,74,220). Sum of RGB (Red+Green+Blue) = 164+74+220=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #A44ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44ADC is #5BB523. Grayscale: #757575. Windows color (decimal): -6010148 or 14437028. OLE color: 14437028.
HSL color Cylindrical-coordinate representation of color #A44ADC: hue angle of 276.99º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A44ADC is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 74 | 220 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.14 |
| HSL | 276.99º | 0.68% | 0.58% | - |
| HSV(B) | 276.99º | 0.66% | 0.86% | - |
| XYZ | 30.68 | 17.96 | 69.56 | - |
| YUV | 117.55 | 185.82 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 220 | 0.25 | 0.66 | 0 | 0.14 | 276.99 | 0.68 | 0.58 |
| Hex | A4 | 4A | DC | 19 | 42 | 0 | E | 115 | 44 | 3A |
| Octal | 244 | 112 | 334 | 31 | 102 | 0 | 16 | 425 | 104 | 72 |
| Binary | 10100100 | 1001010 | 11011100 | 11001 | 1000010 | 0 | 1110 | 100010101 | 1000100 | 111010 |
Color Harmonies of #A44ADC
Complementary color
Monochromatic Colors of #A44ADC
Black with #A44ADC
Text Example
Text Example
White with #A44ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44ADC; }
p { color: rgb(164,74,220); }
H1.HeaderClassName
{
color: #A44ADC;
}
.AnyTagClassName
{
color: #A44ADC;
}
</style>
background-color css
<style>
a { background-color: #A44ADC; }
a { background-color: rgb(164,74,220); }
div.DivClassName
{
background-color: #A44ADC;
}
.BgClassName
{
background-color: #A44ADC;
}
</style>
border-color css
<style>
span { border-color: #A44ADC; }
span { border-color: rgb(164,74,220); }
td.TdClassName
{
border-color: #A44ADC;
}
.TagClassName
{
border-color: #A44ADC;
}
</style>