Shades of Medium Orchid #A54CD0
Tints of Medium Orchid #A54CD0
RGB
CMYK
RGB Variations
Color information
#A54CD0 (or 0xA54CD0) is known color: Medium Orchid. HEX triplet: A5, 4C and D0. RGB value is (165,76,208). Sum of RGB (Red+Green+Blue) = 165+76+208=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #A54CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CD0 is #5AB32F. Grayscale: #757575. Windows color (decimal): -5944112 or 13651109. OLE color: 13651109.
HSL color Cylindrical-coordinate representation of color #A54CD0: hue angle of 280.45º degrees, saturation: 0.58, 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 #A54CD0 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 76 | 208 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.18 |
| HSL | 280.45º | 0.58% | 0.56% | - |
| HSV(B) | 280.45º | 0.63% | 0.82% | - |
| XYZ | 29.49 | 17.72 | 61.54 | - |
| YUV | 117.66 | 178.99 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 208 | 0.21 | 0.63 | 0 | 0.18 | 280.45 | 0.58 | 0.56 |
| Hex | A5 | 4C | D0 | 15 | 3F | 0 | 12 | 118 | 3A | 38 |
| Octal | 245 | 114 | 320 | 25 | 77 | 0 | 22 | 430 | 72 | 70 |
| Binary | 10100101 | 1001100 | 11010000 | 10101 | 111111 | 0 | 10010 | 100011000 | 111010 | 111000 |
Color Harmonies of #A54CD0
Complementary color
Monochromatic Colors of #A54CD0
Black with #A54CD0
Text Example
Text Example
White with #A54CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54CD0; }
p { color: rgb(165,76,208); }
H1.HeaderClassName
{
color: #A54CD0;
}
.AnyTagClassName
{
color: #A54CD0;
}
</style>
background-color css
<style>
a { background-color: #A54CD0; }
a { background-color: rgb(165,76,208); }
div.DivClassName
{
background-color: #A54CD0;
}
.BgClassName
{
background-color: #A54CD0;
}
</style>
border-color css
<style>
span { border-color: #A54CD0; }
span { border-color: rgb(165,76,208); }
td.TdClassName
{
border-color: #A54CD0;
}
.TagClassName
{
border-color: #A54CD0;
}
</style>