Shades of Medium Orchid #A849EE
Tints of Medium Orchid #A849EE
RGB
CMYK
RGB Variations
Color information
#A849EE (or 0xA849EE) is known color: Medium Orchid. HEX triplet: A8, 49 and EE. RGB value is (168,73,238). Sum of RGB (Red+Green+Blue) = 168+73+238=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #A849EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849EE is #57B611. Grayscale: #777777. Windows color (decimal): -5748242 or 15616424. OLE color: 15616424.
HSL color Cylindrical-coordinate representation of color #A849EE: hue angle of 274.55º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A849EE is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 73 | 238 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.07 |
| HSL | 274.55º | 0.83% | 0.61% | - |
| HSV(B) | 274.55º | 0.69% | 0.93% | - |
| XYZ | 33.96 | 19.26 | 82.82 | - |
| YUV | 120.22 | 194.47 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 238 | 0.29 | 0.69 | 0 | 0.07 | 274.55 | 0.83 | 0.61 |
| Hex | A8 | 49 | EE | 1D | 45 | 0 | 7 | 113 | 53 | 3D |
| Octal | 250 | 111 | 356 | 35 | 105 | 0 | 7 | 423 | 123 | 75 |
| Binary | 10101000 | 1001001 | 11101110 | 11101 | 1000101 | 0 | 111 | 100010011 | 1010011 | 111101 |
Color Harmonies of #A849EE
Complementary color
Monochromatic Colors of #A849EE
Black with #A849EE
Text Example
Text Example
White with #A849EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849EE; }
p { color: rgb(168,73,238); }
H1.HeaderClassName
{
color: #A849EE;
}
.AnyTagClassName
{
color: #A849EE;
}
</style>
background-color css
<style>
a { background-color: #A849EE; }
a { background-color: rgb(168,73,238); }
div.DivClassName
{
background-color: #A849EE;
}
.BgClassName
{
background-color: #A849EE;
}
</style>
border-color css
<style>
span { border-color: #A849EE; }
span { border-color: rgb(168,73,238); }
td.TdClassName
{
border-color: #A849EE;
}
.TagClassName
{
border-color: #A849EE;
}
</style>