Shades of Medium Orchid #A54FDD
Tints of Medium Orchid #A54FDD
RGB
CMYK
RGB Variations
Color information
#A54FDD (or 0xA54FDD) is known color: Medium Orchid. HEX triplet: A5, 4F and DD. RGB value is (165,79,221). Sum of RGB (Red+Green+Blue) = 165+79+221=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #A54FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FDD is #5AB022. Grayscale: #787878. Windows color (decimal): -5943331 or 14503845. OLE color: 14503845.
HSL color Cylindrical-coordinate representation of color #A54FDD: hue angle of 276.34º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A54FDD is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 79 | 221 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.13 |
| HSL | 276.34º | 0.68% | 0.59% | - |
| HSV(B) | 276.34º | 0.64% | 0.87% | - |
| XYZ | 31.36 | 18.81 | 70.38 | - |
| YUV | 120.9 | 184.49 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 221 | 0.25 | 0.64 | 0 | 0.13 | 276.34 | 0.68 | 0.59 |
| Hex | A5 | 4F | DD | 19 | 40 | 0 | D | 114 | 44 | 3B |
| Octal | 245 | 117 | 335 | 31 | 100 | 0 | 15 | 424 | 104 | 73 |
| Binary | 10100101 | 1001111 | 11011101 | 11001 | 1000000 | 0 | 1101 | 100010100 | 1000100 | 111011 |
Color Harmonies of #A54FDD
Complementary color
Monochromatic Colors of #A54FDD
Black with #A54FDD
Text Example
Text Example
White with #A54FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FDD; }
p { color: rgb(165,79,221); }
H1.HeaderClassName
{
color: #A54FDD;
}
.AnyTagClassName
{
color: #A54FDD;
}
</style>
background-color css
<style>
a { background-color: #A54FDD; }
a { background-color: rgb(165,79,221); }
div.DivClassName
{
background-color: #A54FDD;
}
.BgClassName
{
background-color: #A54FDD;
}
</style>
border-color css
<style>
span { border-color: #A54FDD; }
span { border-color: rgb(165,79,221); }
td.TdClassName
{
border-color: #A54FDD;
}
.TagClassName
{
border-color: #A54FDD;
}
</style>