Shades of Medium Orchid #A853D8
Tints of Medium Orchid #A853D8
RGB
CMYK
RGB Variations
Color information
#A853D8 (or 0xA853D8) is known color: Medium Orchid. HEX triplet: A8, 53 and D8. RGB value is (168,83,216). Sum of RGB (Red+Green+Blue) = 168+83+216=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #A853D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A853D8 is #57AC27. Grayscale: #7B7B7B. Windows color (decimal): -5745704 or 14177192. OLE color: 14177192.
HSL color Cylindrical-coordinate representation of color #A853D8: hue angle of 278.35º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A853D8 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 83 | 216 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.15 |
| HSL | 278.35º | 0.63% | 0.59% | - |
| HSV(B) | 278.35º | 0.62% | 0.85% | - |
| XYZ | 31.64 | 19.47 | 67.06 | - |
| YUV | 123.58 | 180.16 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 216 | 0.22 | 0.62 | 0 | 0.15 | 278.35 | 0.63 | 0.59 |
| Hex | A8 | 53 | D8 | 16 | 3E | 0 | F | 116 | 3F | 3B |
| Octal | 250 | 123 | 330 | 26 | 76 | 0 | 17 | 426 | 77 | 73 |
| Binary | 10101000 | 1010011 | 11011000 | 10110 | 111110 | 0 | 1111 | 100010110 | 111111 | 111011 |
Color Harmonies of #A853D8
Complementary color
Monochromatic Colors of #A853D8
Black with #A853D8
Text Example
Text Example
White with #A853D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853D8; }
p { color: rgb(168,83,216); }
H1.HeaderClassName
{
color: #A853D8;
}
.AnyTagClassName
{
color: #A853D8;
}
</style>
background-color css
<style>
a { background-color: #A853D8; }
a { background-color: rgb(168,83,216); }
div.DivClassName
{
background-color: #A853D8;
}
.BgClassName
{
background-color: #A853D8;
}
</style>
border-color css
<style>
span { border-color: #A853D8; }
span { border-color: rgb(168,83,216); }
td.TdClassName
{
border-color: #A853D8;
}
.TagClassName
{
border-color: #A853D8;
}
</style>