Shades of Medium Orchid #A850E6
Tints of Medium Orchid #A850E6
RGB
CMYK
RGB Variations
Color information
#A850E6 (or 0xA850E6) is known color: Medium Orchid. HEX triplet: A8, 50 and E6. RGB value is (168,80,230). Sum of RGB (Red+Green+Blue) = 168+80+230=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #A850E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A850E6 is #57AF19. Grayscale: #7A7A7A. Windows color (decimal): -5746458 or 15093928. OLE color: 15093928.
HSL color Cylindrical-coordinate representation of color #A850E6: hue angle of 275.2º degrees, saturation: 0.75, 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 #A850E6 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 80 | 230 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.10 |
| HSL | 275.2º | 0.75% | 0.61% | - |
| HSV(B) | 275.2º | 0.65% | 0.9% | - |
| XYZ | 33.3 | 19.78 | 76.92 | - |
| YUV | 123.41 | 188.15 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 230 | 0.27 | 0.65 | 0 | 0.10 | 275.2 | 0.75 | 0.61 |
| Hex | A8 | 50 | E6 | 1B | 41 | 0 | A | 113 | 4B | 3D |
| Octal | 250 | 120 | 346 | 33 | 101 | 0 | 12 | 423 | 113 | 75 |
| Binary | 10101000 | 1010000 | 11100110 | 11011 | 1000001 | 0 | 1010 | 100010011 | 1001011 | 111101 |
Color Harmonies of #A850E6
Complementary color
Monochromatic Colors of #A850E6
Black with #A850E6
Text Example
Text Example
White with #A850E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850E6; }
p { color: rgb(168,80,230); }
H1.HeaderClassName
{
color: #A850E6;
}
.AnyTagClassName
{
color: #A850E6;
}
</style>
background-color css
<style>
a { background-color: #A850E6; }
a { background-color: rgb(168,80,230); }
div.DivClassName
{
background-color: #A850E6;
}
.BgClassName
{
background-color: #A850E6;
}
</style>
border-color css
<style>
span { border-color: #A850E6; }
span { border-color: rgb(168,80,230); }
td.TdClassName
{
border-color: #A850E6;
}
.TagClassName
{
border-color: #A850E6;
}
</style>