Shades of Medium Orchid #A44BDC
Tints of Medium Orchid #A44BDC
RGB
CMYK
RGB Variations
Color information
#A44BDC (or 0xA44BDC) is known color: Medium Orchid. HEX triplet: A4, 4B and DC. RGB value is (164,75,220). Sum of RGB (Red+Green+Blue) = 164+75+220=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #A44BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BDC is #5BB423. Grayscale: #757575. Windows color (decimal): -6009892 or 14437284. OLE color: 14437284.
HSL color Cylindrical-coordinate representation of color #A44BDC: hue angle of 276.83º degrees, saturation: 0.67, 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 #A44BDC is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 75 | 220 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.14 |
| HSL | 276.83º | 0.67% | 0.58% | - |
| HSV(B) | 276.83º | 0.66% | 0.86% | - |
| XYZ | 30.74 | 18.09 | 69.58 | - |
| YUV | 118.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 220 | 0.25 | 0.66 | 0 | 0.14 | 276.83 | 0.67 | 0.58 |
| Hex | A4 | 4B | DC | 19 | 42 | 0 | E | 115 | 43 | 3A |
| Octal | 244 | 113 | 334 | 31 | 102 | 0 | 16 | 425 | 103 | 72 |
| Binary | 10100100 | 1001011 | 11011100 | 11001 | 1000010 | 0 | 1110 | 100010101 | 1000011 | 111010 |
Color Harmonies of #A44BDC
Complementary color
Monochromatic Colors of #A44BDC
Black with #A44BDC
Text Example
Text Example
White with #A44BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44BDC; }
p { color: rgb(164,75,220); }
H1.HeaderClassName
{
color: #A44BDC;
}
.AnyTagClassName
{
color: #A44BDC;
}
</style>
background-color css
<style>
a { background-color: #A44BDC; }
a { background-color: rgb(164,75,220); }
div.DivClassName
{
background-color: #A44BDC;
}
.BgClassName
{
background-color: #A44BDC;
}
</style>
border-color css
<style>
span { border-color: #A44BDC; }
span { border-color: rgb(164,75,220); }
td.TdClassName
{
border-color: #A44BDC;
}
.TagClassName
{
border-color: #A44BDC;
}
</style>