Shades of Medium Orchid #A849EF
Tints of Medium Orchid #A849EF
RGB
CMYK
RGB Variations
Color information
#A849EF (or 0xA849EF) is known color: Medium Orchid. HEX triplet: A8, 49 and EF. RGB value is (168,73,239). Sum of RGB (Red+Green+Blue) = 168+73+239=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #A849EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849EF is #57B610. Grayscale: #777777. Windows color (decimal): -5748241 or 15681960. OLE color: 15681960.
HSL color Cylindrical-coordinate representation of color #A849EF: hue angle of 274.34º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A849EF is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 73 | 239 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.06 |
| HSL | 274.34º | 0.84% | 0.61% | - |
| HSV(B) | 274.34º | 0.69% | 0.94% | - |
| XYZ | 34.11 | 19.32 | 83.59 | - |
| YUV | 120.33 | 194.97 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 239 | 0.30 | 0.69 | 0 | 0.06 | 274.34 | 0.84 | 0.61 |
| Hex | A8 | 49 | EF | 1E | 45 | 0 | 6 | 112 | 54 | 3D |
| Octal | 250 | 111 | 357 | 36 | 105 | 0 | 6 | 422 | 124 | 75 |
| Binary | 10101000 | 1001001 | 11101111 | 11110 | 1000101 | 0 | 110 | 100010010 | 1010100 | 111101 |
Color Harmonies of #A849EF
Complementary color
Monochromatic Colors of #A849EF
Black with #A849EF
Text Example
Text Example
White with #A849EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849EF; }
p { color: rgb(168,73,239); }
H1.HeaderClassName
{
color: #A849EF;
}
.AnyTagClassName
{
color: #A849EF;
}
</style>
background-color css
<style>
a { background-color: #A849EF; }
a { background-color: rgb(168,73,239); }
div.DivClassName
{
background-color: #A849EF;
}
.BgClassName
{
background-color: #A849EF;
}
</style>
border-color css
<style>
span { border-color: #A849EF; }
span { border-color: rgb(168,73,239); }
td.TdClassName
{
border-color: #A849EF;
}
.TagClassName
{
border-color: #A849EF;
}
</style>