Shades of Medium Orchid #A849EB
Tints of Medium Orchid #A849EB
RGB
CMYK
RGB Variations
Color information
#A849EB (or 0xA849EB) is known color: Medium Orchid. HEX triplet: A8, 49 and EB. RGB value is (168,73,235). Sum of RGB (Red+Green+Blue) = 168+73+235=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #A849EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849EB is #57B614. Grayscale: #777777. Windows color (decimal): -5748245 or 15419816. OLE color: 15419816.
HSL color Cylindrical-coordinate representation of color #A849EB: hue angle of 275.19º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A849EB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 73 | 235 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.08 |
| HSL | 275.19º | 0.8% | 0.6% | - |
| HSV(B) | 275.19º | 0.69% | 0.92% | - |
| XYZ | 33.53 | 19.09 | 80.51 | - |
| YUV | 119.87 | 192.97 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 235 | 0.29 | 0.69 | 0 | 0.08 | 275.19 | 0.8 | 0.6 |
| Hex | A8 | 49 | EB | 1D | 45 | 0 | 8 | 113 | 50 | 3C |
| Octal | 250 | 111 | 353 | 35 | 105 | 0 | 10 | 423 | 120 | 74 |
| Binary | 10101000 | 1001001 | 11101011 | 11101 | 1000101 | 0 | 1000 | 100010011 | 1010000 | 111100 |
Color Harmonies of #A849EB
Complementary color
Monochromatic Colors of #A849EB
Black with #A849EB
Text Example
Text Example
White with #A849EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849EB; }
p { color: rgb(168,73,235); }
H1.HeaderClassName
{
color: #A849EB;
}
.AnyTagClassName
{
color: #A849EB;
}
</style>
background-color css
<style>
a { background-color: #A849EB; }
a { background-color: rgb(168,73,235); }
div.DivClassName
{
background-color: #A849EB;
}
.BgClassName
{
background-color: #A849EB;
}
</style>
border-color css
<style>
span { border-color: #A849EB; }
span { border-color: rgb(168,73,235); }
td.TdClassName
{
border-color: #A849EB;
}
.TagClassName
{
border-color: #A849EB;
}
</style>