Shades of Medium Orchid #A450EC
Tints of Medium Orchid #A450EC
RGB
CMYK
RGB Variations
Color information
#A450EC (or 0xA450EC) is known color: Medium Orchid. HEX triplet: A4, 50 and EC. RGB value is (164,80,236). Sum of RGB (Red+Green+Blue) = 164+80+236=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #A450EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A450EC is #5BAF13. Grayscale: #7A7A7A. Windows color (decimal): -6008596 or 15487140. OLE color: 15487140.
HSL color Cylindrical-coordinate representation of color #A450EC: hue angle of 272.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A450EC is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 80 | 236 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.07 |
| HSL | 272.31º | 0.8% | 0.62% | - |
| HSV(B) | 272.31º | 0.66% | 0.93% | - |
| XYZ | 33.32 | 19.69 | 81.4 | - |
| YUV | 122.9 | 191.83 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 236 | 0.31 | 0.66 | 0 | 0.07 | 272.31 | 0.8 | 0.62 |
| Hex | A4 | 50 | EC | 1F | 42 | 0 | 7 | 110 | 50 | 3E |
| Octal | 244 | 120 | 354 | 37 | 102 | 0 | 7 | 420 | 120 | 76 |
| Binary | 10100100 | 1010000 | 11101100 | 11111 | 1000010 | 0 | 111 | 100010000 | 1010000 | 111110 |
Color Harmonies of #A450EC
Complementary color
Monochromatic Colors of #A450EC
Black with #A450EC
Text Example
Text Example
White with #A450EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450EC; }
p { color: rgb(164,80,236); }
H1.HeaderClassName
{
color: #A450EC;
}
.AnyTagClassName
{
color: #A450EC;
}
</style>
background-color css
<style>
a { background-color: #A450EC; }
a { background-color: rgb(164,80,236); }
div.DivClassName
{
background-color: #A450EC;
}
.BgClassName
{
background-color: #A450EC;
}
</style>
border-color css
<style>
span { border-color: #A450EC; }
span { border-color: rgb(164,80,236); }
td.TdClassName
{
border-color: #A450EC;
}
.TagClassName
{
border-color: #A450EC;
}
</style>