Shades of Medium Orchid #A54DD2
Tints of Medium Orchid #A54DD2
RGB
CMYK
RGB Variations
Color information
#A54DD2 (or 0xA54DD2) is known color: Medium Orchid. HEX triplet: A5, 4D and D2. RGB value is (165,77,210). Sum of RGB (Red+Green+Blue) = 165+77+210=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 210 (82.42% from 255 or 46.46% from 452); Max value from RGB is 210 - color contains mainly: blue. Hex color #A54DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DD2 is #5AB22D. Grayscale: #767676. Windows color (decimal): -5943854 or 13782437. OLE color: 13782437.
HSL color Cylindrical-coordinate representation of color #A54DD2: hue angle of 279.7º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A54DD2 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 77 | 210 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.18 |
| HSL | 279.7º | 0.6% | 0.56% | - |
| HSV(B) | 279.7º | 0.63% | 0.82% | - |
| XYZ | 29.8 | 17.96 | 62.87 | - |
| YUV | 118.47 | 179.65 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 210 | 0.21 | 0.63 | 0 | 0.18 | 279.7 | 0.6 | 0.56 |
| Hex | A5 | 4D | D2 | 15 | 3F | 0 | 12 | 118 | 3C | 38 |
| Octal | 245 | 115 | 322 | 25 | 77 | 0 | 22 | 430 | 74 | 70 |
| Binary | 10100101 | 1001101 | 11010010 | 10101 | 111111 | 0 | 10010 | 100011000 | 111100 | 111000 |
Color Harmonies of #A54DD2
Complementary color
Monochromatic Colors of #A54DD2
Black with #A54DD2
Text Example
Text Example
White with #A54DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DD2; }
p { color: rgb(165,77,210); }
H1.HeaderClassName
{
color: #A54DD2;
}
.AnyTagClassName
{
color: #A54DD2;
}
</style>
background-color css
<style>
a { background-color: #A54DD2; }
a { background-color: rgb(165,77,210); }
div.DivClassName
{
background-color: #A54DD2;
}
.BgClassName
{
background-color: #A54DD2;
}
</style>
border-color css
<style>
span { border-color: #A54DD2; }
span { border-color: rgb(165,77,210); }
td.TdClassName
{
border-color: #A54DD2;
}
.TagClassName
{
border-color: #A54DD2;
}
</style>