Shades of Medium Orchid #A54AD0
Tints of Medium Orchid #A54AD0
RGB
CMYK
RGB Variations
Color information
#A54AD0 (or 0xA54AD0) is known color: Medium Orchid. HEX triplet: A5, 4A and D0. RGB value is (165,74,208). Sum of RGB (Red+Green+Blue) = 165+74+208=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #A54AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54AD0 is #5AB52F. Grayscale: #747474. Windows color (decimal): -5944624 or 13650597. OLE color: 13650597.
HSL color Cylindrical-coordinate representation of color #A54AD0: hue angle of 280.75º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A54AD0 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 74 | 208 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.18 |
| HSL | 280.75º | 0.59% | 0.55% | - |
| HSV(B) | 280.75º | 0.64% | 0.82% | - |
| XYZ | 29.35 | 17.45 | 61.5 | - |
| YUV | 116.49 | 179.65 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 74 | 208 | 0.21 | 0.64 | 0 | 0.18 | 280.75 | 0.59 | 0.55 |
| Hex | A5 | 4A | D0 | 15 | 40 | 0 | 12 | 119 | 3B | 37 |
| Octal | 245 | 112 | 320 | 25 | 100 | 0 | 22 | 431 | 73 | 67 |
| Binary | 10100101 | 1001010 | 11010000 | 10101 | 1000000 | 0 | 10010 | 100011001 | 111011 | 110111 |
Color Harmonies of #A54AD0
Complementary color
Monochromatic Colors of #A54AD0
Black with #A54AD0
Text Example
Text Example
White with #A54AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54AD0; }
p { color: rgb(165,74,208); }
H1.HeaderClassName
{
color: #A54AD0;
}
.AnyTagClassName
{
color: #A54AD0;
}
</style>
background-color css
<style>
a { background-color: #A54AD0; }
a { background-color: rgb(165,74,208); }
div.DivClassName
{
background-color: #A54AD0;
}
.BgClassName
{
background-color: #A54AD0;
}
</style>
border-color css
<style>
span { border-color: #A54AD0; }
span { border-color: rgb(165,74,208); }
td.TdClassName
{
border-color: #A54AD0;
}
.TagClassName
{
border-color: #A54AD0;
}
</style>