Shades of Medium Orchid #A450D9
Tints of Medium Orchid #A450D9
RGB
CMYK
RGB Variations
Color information
#A450D9 (or 0xA450D9) is known color: Medium Orchid. HEX triplet: A4, 50 and D9. RGB value is (164,80,217). Sum of RGB (Red+Green+Blue) = 164+80+217=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #A450D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450D9 is #5BAF26. Grayscale: #787878. Windows color (decimal): -6008615 or 14241956. OLE color: 14241956.
HSL color Cylindrical-coordinate representation of color #A450D9: hue angle of 276.79º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A450D9 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 80 | 217 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.15 |
| HSL | 276.79º | 0.64% | 0.58% | - |
| HSV(B) | 276.79º | 0.63% | 0.85% | - |
| XYZ | 30.7 | 18.64 | 67.63 | - |
| YUV | 120.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 217 | 0.24 | 0.63 | 0 | 0.15 | 276.79 | 0.64 | 0.58 |
| Hex | A4 | 50 | D9 | 18 | 3F | 0 | F | 115 | 40 | 3A |
| Octal | 244 | 120 | 331 | 30 | 77 | 0 | 17 | 425 | 100 | 72 |
| Binary | 10100100 | 1010000 | 11011001 | 11000 | 111111 | 0 | 1111 | 100010101 | 1000000 | 111010 |
Color Harmonies of #A450D9
Complementary color
Monochromatic Colors of #A450D9
Black with #A450D9
Text Example
Text Example
White with #A450D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450D9; }
p { color: rgb(164,80,217); }
H1.HeaderClassName
{
color: #A450D9;
}
.AnyTagClassName
{
color: #A450D9;
}
</style>
background-color css
<style>
a { background-color: #A450D9; }
a { background-color: rgb(164,80,217); }
div.DivClassName
{
background-color: #A450D9;
}
.BgClassName
{
background-color: #A450D9;
}
</style>
border-color css
<style>
span { border-color: #A450D9; }
span { border-color: rgb(164,80,217); }
td.TdClassName
{
border-color: #A450D9;
}
.TagClassName
{
border-color: #A450D9;
}
</style>