Shades of Medium Orchid #A850E5
Tints of Medium Orchid #A850E5
RGB
CMYK
RGB Variations
Color information
#A850E5 (or 0xA850E5) is known color: Medium Orchid. HEX triplet: A8, 50 and E5. RGB value is (168,80,229). Sum of RGB (Red+Green+Blue) = 168+80+229=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 229 - color contains mainly: blue. Hex color #A850E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850E5 is #57AF1A. Grayscale: #7A7A7A. Windows color (decimal): -5746459 or 15028392. OLE color: 15028392.
HSL color Cylindrical-coordinate representation of color #A850E5: hue angle of 275.44º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A850E5 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 80 | 229 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.10 |
| HSL | 275.44º | 0.74% | 0.61% | - |
| HSV(B) | 275.44º | 0.65% | 0.9% | - |
| XYZ | 33.16 | 19.72 | 76.19 | - |
| YUV | 123.3 | 187.65 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 229 | 0.27 | 0.65 | 0 | 0.10 | 275.44 | 0.74 | 0.61 |
| Hex | A8 | 50 | E5 | 1B | 41 | 0 | A | 113 | 4A | 3D |
| Octal | 250 | 120 | 345 | 33 | 101 | 0 | 12 | 423 | 112 | 75 |
| Binary | 10101000 | 1010000 | 11100101 | 11011 | 1000001 | 0 | 1010 | 100010011 | 1001010 | 111101 |
Color Harmonies of #A850E5
Complementary color
Monochromatic Colors of #A850E5
Black with #A850E5
Text Example
Text Example
White with #A850E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850E5; }
p { color: rgb(168,80,229); }
H1.HeaderClassName
{
color: #A850E5;
}
.AnyTagClassName
{
color: #A850E5;
}
</style>
background-color css
<style>
a { background-color: #A850E5; }
a { background-color: rgb(168,80,229); }
div.DivClassName
{
background-color: #A850E5;
}
.BgClassName
{
background-color: #A850E5;
}
</style>
border-color css
<style>
span { border-color: #A850E5; }
span { border-color: rgb(168,80,229); }
td.TdClassName
{
border-color: #A850E5;
}
.TagClassName
{
border-color: #A850E5;
}
</style>