Shades of Medium Orchid #A853CD
Tints of Medium Orchid #A853CD
RGB
CMYK
RGB Variations
Color information
#A853CD (or 0xA853CD) is known color: Medium Orchid. HEX triplet: A8, 53 and CD. RGB value is (168,83,205). Sum of RGB (Red+Green+Blue) = 168+83+205=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #A853CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A853CD is #57AC32. Grayscale: #797979. Windows color (decimal): -5745715 or 13456296. OLE color: 13456296.
HSL color Cylindrical-coordinate representation of color #A853CD: hue angle of 281.8º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A853CD is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 83 | 205 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.20 |
| HSL | 281.8º | 0.55% | 0.56% | - |
| HSV(B) | 281.8º | 0.6% | 0.8% | - |
| XYZ | 30.26 | 18.92 | 59.81 | - |
| YUV | 122.32 | 174.66 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 205 | 0.18 | 0.60 | 0 | 0.20 | 281.8 | 0.55 | 0.56 |
| Hex | A8 | 53 | CD | 12 | 3C | 0 | 14 | 11A | 37 | 38 |
| Octal | 250 | 123 | 315 | 22 | 74 | 0 | 24 | 432 | 67 | 70 |
| Binary | 10101000 | 1010011 | 11001101 | 10010 | 111100 | 0 | 10100 | 100011010 | 110111 | 111000 |
Color Harmonies of #A853CD
Complementary color
Monochromatic Colors of #A853CD
Black with #A853CD
Text Example
Text Example
White with #A853CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853CD; }
p { color: rgb(168,83,205); }
H1.HeaderClassName
{
color: #A853CD;
}
.AnyTagClassName
{
color: #A853CD;
}
</style>
background-color css
<style>
a { background-color: #A853CD; }
a { background-color: rgb(168,83,205); }
div.DivClassName
{
background-color: #A853CD;
}
.BgClassName
{
background-color: #A853CD;
}
</style>
border-color css
<style>
span { border-color: #A853CD; }
span { border-color: rgb(168,83,205); }
td.TdClassName
{
border-color: #A853CD;
}
.TagClassName
{
border-color: #A853CD;
}
</style>