Shades of Medium Orchid #A853DA
Tints of Medium Orchid #A853DA
RGB
CMYK
RGB Variations
Color information
#A853DA (or 0xA853DA) is known color: Medium Orchid. HEX triplet: A8, 53 and DA. RGB value is (168,83,218). Sum of RGB (Red+Green+Blue) = 168+83+218=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #A853DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A853DA is #57AC25. Grayscale: #7B7B7B. Windows color (decimal): -5745702 or 14308264. OLE color: 14308264.
HSL color Cylindrical-coordinate representation of color #A853DA: hue angle of 277.78º degrees, saturation: 0.65, 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 #A853DA is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 83 | 218 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.15 |
| HSL | 277.78º | 0.65% | 0.59% | - |
| HSV(B) | 277.78º | 0.62% | 0.85% | - |
| XYZ | 31.9 | 19.57 | 68.43 | - |
| YUV | 123.81 | 181.16 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 218 | 0.23 | 0.62 | 0 | 0.15 | 277.78 | 0.65 | 0.59 |
| Hex | A8 | 53 | DA | 17 | 3E | 0 | F | 116 | 41 | 3B |
| Octal | 250 | 123 | 332 | 27 | 76 | 0 | 17 | 426 | 101 | 73 |
| Binary | 10101000 | 1010011 | 11011010 | 10111 | 111110 | 0 | 1111 | 100010110 | 1000001 | 111011 |
Color Harmonies of #A853DA
Complementary color
Monochromatic Colors of #A853DA
Black with #A853DA
Text Example
Text Example
White with #A853DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853DA; }
p { color: rgb(168,83,218); }
H1.HeaderClassName
{
color: #A853DA;
}
.AnyTagClassName
{
color: #A853DA;
}
</style>
background-color css
<style>
a { background-color: #A853DA; }
a { background-color: rgb(168,83,218); }
div.DivClassName
{
background-color: #A853DA;
}
.BgClassName
{
background-color: #A853DA;
}
</style>
border-color css
<style>
span { border-color: #A853DA; }
span { border-color: rgb(168,83,218); }
td.TdClassName
{
border-color: #A853DA;
}
.TagClassName
{
border-color: #A853DA;
}
</style>