Shades of Medium Orchid #A849EA
Tints of Medium Orchid #A849EA
RGB
CMYK
RGB Variations
Color information
#A849EA (or 0xA849EA) is known color: Medium Orchid. HEX triplet: A8, 49 and EA. RGB value is (168,73,234). Sum of RGB (Red+Green+Blue) = 168+73+234=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #A849EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849EA is #57B615. Grayscale: #777777. Windows color (decimal): -5748246 or 15354280. OLE color: 15354280.
HSL color Cylindrical-coordinate representation of color #A849EA: hue angle of 275.4º degrees, saturation: 0.79, 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 #A849EA is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 73 | 234 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.08 |
| HSL | 275.4º | 0.79% | 0.6% | - |
| HSV(B) | 275.4º | 0.69% | 0.92% | - |
| XYZ | 33.38 | 19.03 | 79.76 | - |
| YUV | 119.76 | 192.47 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 234 | 0.28 | 0.69 | 0 | 0.08 | 275.4 | 0.79 | 0.6 |
| Hex | A8 | 49 | EA | 1C | 45 | 0 | 8 | 113 | 4F | 3C |
| Octal | 250 | 111 | 352 | 34 | 105 | 0 | 10 | 423 | 117 | 74 |
| Binary | 10101000 | 1001001 | 11101010 | 11100 | 1000101 | 0 | 1000 | 100010011 | 1001111 | 111100 |
Color Harmonies of #A849EA
Complementary color
Monochromatic Colors of #A849EA
Black with #A849EA
Text Example
Text Example
White with #A849EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849EA; }
p { color: rgb(168,73,234); }
H1.HeaderClassName
{
color: #A849EA;
}
.AnyTagClassName
{
color: #A849EA;
}
</style>
background-color css
<style>
a { background-color: #A849EA; }
a { background-color: rgb(168,73,234); }
div.DivClassName
{
background-color: #A849EA;
}
.BgClassName
{
background-color: #A849EA;
}
</style>
border-color css
<style>
span { border-color: #A849EA; }
span { border-color: rgb(168,73,234); }
td.TdClassName
{
border-color: #A849EA;
}
.TagClassName
{
border-color: #A849EA;
}
</style>