Shades of Medium Orchid #A853D6
Tints of Medium Orchid #A853D6
RGB
CMYK
RGB Variations
Color information
#A853D6 (or 0xA853D6) is known color: Medium Orchid. HEX triplet: A8, 53 and D6. RGB value is (168,83,214). Sum of RGB (Red+Green+Blue) = 168+83+214=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #A853D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A853D6 is #57AC29. Grayscale: #7A7A7A. Windows color (decimal): -5745706 or 14046120. OLE color: 14046120.
HSL color Cylindrical-coordinate representation of color #A853D6: hue angle of 278.93º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A853D6 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 83 | 214 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.16 |
| HSL | 278.93º | 0.62% | 0.58% | - |
| HSV(B) | 278.93º | 0.61% | 0.84% | - |
| XYZ | 31.38 | 19.37 | 65.7 | - |
| YUV | 123.35 | 179.16 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 214 | 0.21 | 0.61 | 0 | 0.16 | 278.93 | 0.62 | 0.58 |
| Hex | A8 | 53 | D6 | 15 | 3D | 0 | 10 | 117 | 3E | 3A |
| Octal | 250 | 123 | 326 | 25 | 75 | 0 | 20 | 427 | 76 | 72 |
| Binary | 10101000 | 1010011 | 11010110 | 10101 | 111101 | 0 | 10000 | 100010111 | 111110 | 111010 |
Color Harmonies of #A853D6
Complementary color
Monochromatic Colors of #A853D6
Black with #A853D6
Text Example
Text Example
White with #A853D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853D6; }
p { color: rgb(168,83,214); }
H1.HeaderClassName
{
color: #A853D6;
}
.AnyTagClassName
{
color: #A853D6;
}
</style>
background-color css
<style>
a { background-color: #A853D6; }
a { background-color: rgb(168,83,214); }
div.DivClassName
{
background-color: #A853D6;
}
.BgClassName
{
background-color: #A853D6;
}
</style>
border-color css
<style>
span { border-color: #A853D6; }
span { border-color: rgb(168,83,214); }
td.TdClassName
{
border-color: #A853D6;
}
.TagClassName
{
border-color: #A853D6;
}
</style>