Shades of Medium Orchid #A44BDA
Tints of Medium Orchid #A44BDA
RGB
CMYK
RGB Variations
Color information
#A44BDA (or 0xA44BDA) is known color: Medium Orchid. HEX triplet: A4, 4B and DA. RGB value is (164,75,218). Sum of RGB (Red+Green+Blue) = 164+75+218=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #A44BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BDA is #5BB425. Grayscale: #757575. Windows color (decimal): -6009894 or 14306212. OLE color: 14306212.
HSL color Cylindrical-coordinate representation of color #A44BDA: hue angle of 277.34º 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 #A44BDA is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 75 | 218 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.15 |
| HSL | 277.34º | 0.66% | 0.57% | - |
| HSV(B) | 277.34º | 0.66% | 0.85% | - |
| XYZ | 30.48 | 17.99 | 68.19 | - |
| YUV | 117.91 | 184.49 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 218 | 0.25 | 0.66 | 0 | 0.15 | 277.34 | 0.66 | 0.57 |
| Hex | A4 | 4B | DA | 19 | 42 | 0 | F | 115 | 42 | 39 |
| Octal | 244 | 113 | 332 | 31 | 102 | 0 | 17 | 425 | 102 | 71 |
| Binary | 10100100 | 1001011 | 11011010 | 11001 | 1000010 | 0 | 1111 | 100010101 | 1000010 | 111001 |
Color Harmonies of #A44BDA
Complementary color
Monochromatic Colors of #A44BDA
Black with #A44BDA
Text Example
Text Example
White with #A44BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44BDA; }
p { color: rgb(164,75,218); }
H1.HeaderClassName
{
color: #A44BDA;
}
.AnyTagClassName
{
color: #A44BDA;
}
</style>
background-color css
<style>
a { background-color: #A44BDA; }
a { background-color: rgb(164,75,218); }
div.DivClassName
{
background-color: #A44BDA;
}
.BgClassName
{
background-color: #A44BDA;
}
</style>
border-color css
<style>
span { border-color: #A44BDA; }
span { border-color: rgb(164,75,218); }
td.TdClassName
{
border-color: #A44BDA;
}
.TagClassName
{
border-color: #A44BDA;
}
</style>