Shades of Medium Orchid #A853E7
Tints of Medium Orchid #A853E7
RGB
CMYK
RGB Variations
Color information
#A853E7 (or 0xA853E7) is known color: Medium Orchid. HEX triplet: A8, 53 and E7. RGB value is (168,83,231). Sum of RGB (Red+Green+Blue) = 168+83+231=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #A853E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A853E7 is #57AC18. Grayscale: #7C7C7C. Windows color (decimal): -5745689 or 15160232. OLE color: 15160232.
HSL color Cylindrical-coordinate representation of color #A853E7: hue angle of 274.46º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A853E7 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 83 | 231 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.09 |
| HSL | 274.46º | 0.76% | 0.62% | - |
| HSV(B) | 274.46º | 0.64% | 0.91% | - |
| XYZ | 33.67 | 20.28 | 77.74 | - |
| YUV | 125.29 | 187.66 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 231 | 0.27 | 0.64 | 0 | 0.09 | 274.46 | 0.76 | 0.62 |
| Hex | A8 | 53 | E7 | 1B | 40 | 0 | 9 | 112 | 4C | 3E |
| Octal | 250 | 123 | 347 | 33 | 100 | 0 | 11 | 422 | 114 | 76 |
| Binary | 10101000 | 1010011 | 11100111 | 11011 | 1000000 | 0 | 1001 | 100010010 | 1001100 | 111110 |
Color Harmonies of #A853E7
Complementary color
Monochromatic Colors of #A853E7
Black with #A853E7
Text Example
Text Example
White with #A853E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853E7; }
p { color: rgb(168,83,231); }
H1.HeaderClassName
{
color: #A853E7;
}
.AnyTagClassName
{
color: #A853E7;
}
</style>
background-color css
<style>
a { background-color: #A853E7; }
a { background-color: rgb(168,83,231); }
div.DivClassName
{
background-color: #A853E7;
}
.BgClassName
{
background-color: #A853E7;
}
</style>
border-color css
<style>
span { border-color: #A853E7; }
span { border-color: rgb(168,83,231); }
td.TdClassName
{
border-color: #A853E7;
}
.TagClassName
{
border-color: #A853E7;
}
</style>