Shades of Medium Orchid #A853DC
Tints of Medium Orchid #A853DC
RGB
CMYK
RGB Variations
Color information
#A853DC (or 0xA853DC) is known color: Medium Orchid. HEX triplet: A8, 53 and DC. RGB value is (168,83,220). Sum of RGB (Red+Green+Blue) = 168+83+220=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #A853DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A853DC is #57AC23. Grayscale: #7B7B7B. Windows color (decimal): -5745700 or 14439336. OLE color: 14439336.
HSL color Cylindrical-coordinate representation of color #A853DC: hue angle of 277.23º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A853DC is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 83 | 220 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.14 |
| HSL | 277.23º | 0.66% | 0.59% | - |
| HSV(B) | 277.23º | 0.62% | 0.86% | - |
| XYZ | 32.16 | 19.68 | 69.81 | - |
| YUV | 124.03 | 182.16 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 220 | 0.24 | 0.62 | 0 | 0.14 | 277.23 | 0.66 | 0.59 |
| Hex | A8 | 53 | DC | 18 | 3E | 0 | E | 115 | 42 | 3B |
| Octal | 250 | 123 | 334 | 30 | 76 | 0 | 16 | 425 | 102 | 73 |
| Binary | 10101000 | 1010011 | 11011100 | 11000 | 111110 | 0 | 1110 | 100010101 | 1000010 | 111011 |
Color Harmonies of #A853DC
Complementary color
Monochromatic Colors of #A853DC
Black with #A853DC
Text Example
Text Example
White with #A853DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853DC; }
p { color: rgb(168,83,220); }
H1.HeaderClassName
{
color: #A853DC;
}
.AnyTagClassName
{
color: #A853DC;
}
</style>
background-color css
<style>
a { background-color: #A853DC; }
a { background-color: rgb(168,83,220); }
div.DivClassName
{
background-color: #A853DC;
}
.BgClassName
{
background-color: #A853DC;
}
</style>
border-color css
<style>
span { border-color: #A853DC; }
span { border-color: rgb(168,83,220); }
td.TdClassName
{
border-color: #A853DC;
}
.TagClassName
{
border-color: #A853DC;
}
</style>