Shades of Medium Orchid #A44BDF
Tints of Medium Orchid #A44BDF
RGB
CMYK
RGB Variations
Color information
#A44BDF (or 0xA44BDF) is known color: Medium Orchid. HEX triplet: A4, 4B and DF. RGB value is (164,75,223). Sum of RGB (Red+Green+Blue) = 164+75+223=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #A44BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BDF is #5BB420. Grayscale: #757575. Windows color (decimal): -6009889 or 14633892. OLE color: 14633892.
HSL color Cylindrical-coordinate representation of color #A44BDF: hue angle of 276.08º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A44BDF is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 75 | 223 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.13 |
| HSL | 276.08º | 0.7% | 0.58% | - |
| HSV(B) | 276.08º | 0.66% | 0.87% | - |
| XYZ | 31.15 | 18.25 | 71.69 | - |
| YUV | 118.48 | 186.99 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 223 | 0.26 | 0.66 | 0 | 0.13 | 276.08 | 0.7 | 0.58 |
| Hex | A4 | 4B | DF | 1A | 42 | 0 | D | 114 | 46 | 3A |
| Octal | 244 | 113 | 337 | 32 | 102 | 0 | 15 | 424 | 106 | 72 |
| Binary | 10100100 | 1001011 | 11011111 | 11010 | 1000010 | 0 | 1101 | 100010100 | 1000110 | 111010 |
Color Harmonies of #A44BDF
Complementary color
Monochromatic Colors of #A44BDF
Black with #A44BDF
Text Example
Text Example
White with #A44BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44BDF; }
p { color: rgb(164,75,223); }
H1.HeaderClassName
{
color: #A44BDF;
}
.AnyTagClassName
{
color: #A44BDF;
}
</style>
background-color css
<style>
a { background-color: #A44BDF; }
a { background-color: rgb(164,75,223); }
div.DivClassName
{
background-color: #A44BDF;
}
.BgClassName
{
background-color: #A44BDF;
}
</style>
border-color css
<style>
span { border-color: #A44BDF; }
span { border-color: rgb(164,75,223); }
td.TdClassName
{
border-color: #A44BDF;
}
.TagClassName
{
border-color: #A44BDF;
}
</style>