Shades of Medium Orchid #A849DD
Tints of Medium Orchid #A849DD
RGB
CMYK
RGB Variations
Color information
#A849DD (or 0xA849DD) is known color: Medium Orchid. HEX triplet: A8, 49 and DD. RGB value is (168,73,221). Sum of RGB (Red+Green+Blue) = 168+73+221=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #A849DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849DD is #57B622. Grayscale: #757575. Windows color (decimal): -5748259 or 14502312. OLE color: 14502312.
HSL color Cylindrical-coordinate representation of color #A849DD: hue angle of 278.51º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A849DD is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 73 | 221 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.13 |
| HSL | 278.51º | 0.69% | 0.58% | - |
| HSV(B) | 278.51º | 0.67% | 0.87% | - |
| XYZ | 31.58 | 18.31 | 70.28 | - |
| YUV | 118.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 221 | 0.24 | 0.67 | 0 | 0.13 | 278.51 | 0.69 | 0.58 |
| Hex | A8 | 49 | DD | 18 | 43 | 0 | D | 117 | 45 | 3A |
| Octal | 250 | 111 | 335 | 30 | 103 | 0 | 15 | 427 | 105 | 72 |
| Binary | 10101000 | 1001001 | 11011101 | 11000 | 1000011 | 0 | 1101 | 100010111 | 1000101 | 111010 |
Color Harmonies of #A849DD
Complementary color
Monochromatic Colors of #A849DD
Black with #A849DD
Text Example
Text Example
White with #A849DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849DD; }
p { color: rgb(168,73,221); }
H1.HeaderClassName
{
color: #A849DD;
}
.AnyTagClassName
{
color: #A849DD;
}
</style>
background-color css
<style>
a { background-color: #A849DD; }
a { background-color: rgb(168,73,221); }
div.DivClassName
{
background-color: #A849DD;
}
.BgClassName
{
background-color: #A849DD;
}
</style>
border-color css
<style>
span { border-color: #A849DD; }
span { border-color: rgb(168,73,221); }
td.TdClassName
{
border-color: #A849DD;
}
.TagClassName
{
border-color: #A849DD;
}
</style>