Shades of Medium Orchid #A450E2
Tints of Medium Orchid #A450E2
RGB
CMYK
RGB Variations
Color information
#A450E2 (or 0xA450E2) is known color: Medium Orchid. HEX triplet: A4, 50 and E2. RGB value is (164,80,226). Sum of RGB (Red+Green+Blue) = 164+80+226=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 226 (88.67% from 255 or 48.09% from 470); Max value from RGB is 226 - color contains mainly: blue. Hex color #A450E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450E2 is #5BAF1D. Grayscale: #797979. Windows color (decimal): -6008606 or 14831780. OLE color: 14831780.
HSL color Cylindrical-coordinate representation of color #A450E2: hue angle of 274.52º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A450E2 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 80 | 226 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.11 |
| HSL | 274.52º | 0.72% | 0.6% | - |
| HSV(B) | 274.52º | 0.65% | 0.89% | - |
| XYZ | 31.91 | 19.12 | 73.96 | - |
| YUV | 121.76 | 186.83 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 226 | 0.27 | 0.65 | 0 | 0.11 | 274.52 | 0.72 | 0.6 |
| Hex | A4 | 50 | E2 | 1B | 41 | 0 | B | 113 | 48 | 3C |
| Octal | 244 | 120 | 342 | 33 | 101 | 0 | 13 | 423 | 110 | 74 |
| Binary | 10100100 | 1010000 | 11100010 | 11011 | 1000001 | 0 | 1011 | 100010011 | 1001000 | 111100 |
Color Harmonies of #A450E2
Complementary color
Monochromatic Colors of #A450E2
Black with #A450E2
Text Example
Text Example
White with #A450E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450E2; }
p { color: rgb(164,80,226); }
H1.HeaderClassName
{
color: #A450E2;
}
.AnyTagClassName
{
color: #A450E2;
}
</style>
background-color css
<style>
a { background-color: #A450E2; }
a { background-color: rgb(164,80,226); }
div.DivClassName
{
background-color: #A450E2;
}
.BgClassName
{
background-color: #A450E2;
}
</style>
border-color css
<style>
span { border-color: #A450E2; }
span { border-color: rgb(164,80,226); }
td.TdClassName
{
border-color: #A450E2;
}
.TagClassName
{
border-color: #A450E2;
}
</style>