Shades of Medium Orchid #A849E6
Tints of Medium Orchid #A849E6
RGB
CMYK
RGB Variations
Color information
#A849E6 (or 0xA849E6) is known color: Medium Orchid. HEX triplet: A8, 49 and E6. RGB value is (168,73,230). Sum of RGB (Red+Green+Blue) = 168+73+230=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #A849E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849E6 is #57B619. Grayscale: #767676. Windows color (decimal): -5748250 or 15092136. OLE color: 15092136.
HSL color Cylindrical-coordinate representation of color #A849E6: hue angle of 276.31º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A849E6 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 73 | 230 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.10 |
| HSL | 276.31º | 0.76% | 0.59% | - |
| HSV(B) | 276.31º | 0.68% | 0.9% | - |
| XYZ | 32.81 | 18.8 | 76.76 | - |
| YUV | 119.3 | 190.47 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 230 | 0.27 | 0.68 | 0 | 0.10 | 276.31 | 0.76 | 0.59 |
| Hex | A8 | 49 | E6 | 1B | 44 | 0 | A | 114 | 4C | 3B |
| Octal | 250 | 111 | 346 | 33 | 104 | 0 | 12 | 424 | 114 | 73 |
| Binary | 10101000 | 1001001 | 11100110 | 11011 | 1000100 | 0 | 1010 | 100010100 | 1001100 | 111011 |
Color Harmonies of #A849E6
Complementary color
Monochromatic Colors of #A849E6
Black with #A849E6
Text Example
Text Example
White with #A849E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849E6; }
p { color: rgb(168,73,230); }
H1.HeaderClassName
{
color: #A849E6;
}
.AnyTagClassName
{
color: #A849E6;
}
</style>
background-color css
<style>
a { background-color: #A849E6; }
a { background-color: rgb(168,73,230); }
div.DivClassName
{
background-color: #A849E6;
}
.BgClassName
{
background-color: #A849E6;
}
</style>
border-color css
<style>
span { border-color: #A849E6; }
span { border-color: rgb(168,73,230); }
td.TdClassName
{
border-color: #A849E6;
}
.TagClassName
{
border-color: #A849E6;
}
</style>