Shades of Medium Orchid #A853D0
Tints of Medium Orchid #A853D0
RGB
CMYK
RGB Variations
Color information
#A853D0 (or 0xA853D0) is known color: Medium Orchid. HEX triplet: A8, 53 and D0. RGB value is (168,83,208). Sum of RGB (Red+Green+Blue) = 168+83+208=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #A853D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A853D0 is #57AC2F. Grayscale: #7A7A7A. Windows color (decimal): -5745712 or 13652904. OLE color: 13652904.
HSL color Cylindrical-coordinate representation of color #A853D0: hue angle of 280.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A853D0 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 83 | 208 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.18 |
| HSL | 280.8º | 0.57% | 0.57% | - |
| HSV(B) | 280.8º | 0.6% | 0.82% | - |
| XYZ | 30.63 | 19.07 | 61.74 | - |
| YUV | 122.67 | 176.16 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 208 | 0.19 | 0.60 | 0 | 0.18 | 280.8 | 0.57 | 0.57 |
| Hex | A8 | 53 | D0 | 13 | 3C | 0 | 12 | 119 | 39 | 39 |
| Octal | 250 | 123 | 320 | 23 | 74 | 0 | 22 | 431 | 71 | 71 |
| Binary | 10101000 | 1010011 | 11010000 | 10011 | 111100 | 0 | 10010 | 100011001 | 111001 | 111001 |
Color Harmonies of #A853D0
Complementary color
Monochromatic Colors of #A853D0
Black with #A853D0
Text Example
Text Example
White with #A853D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853D0; }
p { color: rgb(168,83,208); }
H1.HeaderClassName
{
color: #A853D0;
}
.AnyTagClassName
{
color: #A853D0;
}
</style>
background-color css
<style>
a { background-color: #A853D0; }
a { background-color: rgb(168,83,208); }
div.DivClassName
{
background-color: #A853D0;
}
.BgClassName
{
background-color: #A853D0;
}
</style>
border-color css
<style>
span { border-color: #A853D0; }
span { border-color: rgb(168,83,208); }
td.TdClassName
{
border-color: #A853D0;
}
.TagClassName
{
border-color: #A853D0;
}
</style>