Shades of Medium Orchid #A853E5
Tints of Medium Orchid #A853E5
RGB
CMYK
RGB Variations
Color information
#A853E5 (or 0xA853E5) is known color: Medium Orchid. HEX triplet: A8, 53 and E5. RGB value is (168,83,229). Sum of RGB (Red+Green+Blue) = 168+83+229=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #A853E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A853E5 is #57AC1A. Grayscale: #7C7C7C. Windows color (decimal): -5745691 or 15029160. OLE color: 15029160.
HSL color Cylindrical-coordinate representation of color #A853E5: hue angle of 274.93º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A853E5 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 83 | 229 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.10 |
| HSL | 274.93º | 0.74% | 0.61% | - |
| HSV(B) | 274.93º | 0.64% | 0.9% | - |
| XYZ | 33.38 | 20.17 | 76.26 | - |
| YUV | 125.06 | 186.66 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 229 | 0.27 | 0.64 | 0 | 0.10 | 274.93 | 0.74 | 0.61 |
| Hex | A8 | 53 | E5 | 1B | 40 | 0 | A | 113 | 4A | 3D |
| Octal | 250 | 123 | 345 | 33 | 100 | 0 | 12 | 423 | 112 | 75 |
| Binary | 10101000 | 1010011 | 11100101 | 11011 | 1000000 | 0 | 1010 | 100010011 | 1001010 | 111101 |
Color Harmonies of #A853E5
Complementary color
Monochromatic Colors of #A853E5
Black with #A853E5
Text Example
Text Example
White with #A853E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853E5; }
p { color: rgb(168,83,229); }
H1.HeaderClassName
{
color: #A853E5;
}
.AnyTagClassName
{
color: #A853E5;
}
</style>
background-color css
<style>
a { background-color: #A853E5; }
a { background-color: rgb(168,83,229); }
div.DivClassName
{
background-color: #A853E5;
}
.BgClassName
{
background-color: #A853E5;
}
</style>
border-color css
<style>
span { border-color: #A853E5; }
span { border-color: rgb(168,83,229); }
td.TdClassName
{
border-color: #A853E5;
}
.TagClassName
{
border-color: #A853E5;
}
</style>