Shades of Medium Orchid #A853DD
Tints of Medium Orchid #A853DD
RGB
CMYK
RGB Variations
Color information
#A853DD (or 0xA853DD) is known color: Medium Orchid. HEX triplet: A8, 53 and DD. RGB value is (168,83,221). Sum of RGB (Red+Green+Blue) = 168+83+221=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #A853DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A853DD is #57AC22. Grayscale: #7B7B7B. Windows color (decimal): -5745699 or 14504872. OLE color: 14504872.
HSL color Cylindrical-coordinate representation of color #A853DD: hue angle of 276.96º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A853DD is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 83 | 221 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.13 |
| HSL | 276.96º | 0.67% | 0.6% | - |
| HSV(B) | 276.96º | 0.62% | 0.87% | - |
| XYZ | 32.29 | 19.73 | 70.51 | - |
| YUV | 124.15 | 182.66 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 221 | 0.24 | 0.62 | 0 | 0.13 | 276.96 | 0.67 | 0.6 |
| Hex | A8 | 53 | DD | 18 | 3E | 0 | D | 115 | 43 | 3C |
| Octal | 250 | 123 | 335 | 30 | 76 | 0 | 15 | 425 | 103 | 74 |
| Binary | 10101000 | 1010011 | 11011101 | 11000 | 111110 | 0 | 1101 | 100010101 | 1000011 | 111100 |
Color Harmonies of #A853DD
Complementary color
Monochromatic Colors of #A853DD
Black with #A853DD
Text Example
Text Example
White with #A853DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853DD; }
p { color: rgb(168,83,221); }
H1.HeaderClassName
{
color: #A853DD;
}
.AnyTagClassName
{
color: #A853DD;
}
</style>
background-color css
<style>
a { background-color: #A853DD; }
a { background-color: rgb(168,83,221); }
div.DivClassName
{
background-color: #A853DD;
}
.BgClassName
{
background-color: #A853DD;
}
</style>
border-color css
<style>
span { border-color: #A853DD; }
span { border-color: rgb(168,83,221); }
td.TdClassName
{
border-color: #A853DD;
}
.TagClassName
{
border-color: #A853DD;
}
</style>