Shades of Medium Orchid #A653D0
Tints of Medium Orchid #A653D0
RGB
CMYK
RGB Variations
Color information
#A653D0 (or 0xA653D0) is known color: Medium Orchid. HEX triplet: A6, 53 and D0. RGB value is (166,83,208). Sum of RGB (Red+Green+Blue) = 166+83+208=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #A653D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A653D0 is #59AC2F. Grayscale: #797979. Windows color (decimal): -5876784 or 13652902. OLE color: 13652902.
HSL color Cylindrical-coordinate representation of color #A653D0: hue angle of 279.84º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A653D0 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 83 | 208 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.18 |
| HSL | 279.84º | 0.57% | 0.57% | - |
| HSV(B) | 279.84º | 0.6% | 0.82% | - |
| XYZ | 30.2 | 18.85 | 61.72 | - |
| YUV | 122.07 | 176.5 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 208 | 0.20 | 0.60 | 0 | 0.18 | 279.84 | 0.57 | 0.57 |
| Hex | A6 | 53 | D0 | 14 | 3C | 0 | 12 | 118 | 39 | 39 |
| Octal | 246 | 123 | 320 | 24 | 74 | 0 | 22 | 430 | 71 | 71 |
| Binary | 10100110 | 1010011 | 11010000 | 10100 | 111100 | 0 | 10010 | 100011000 | 111001 | 111001 |
Color Harmonies of #A653D0
Complementary color
Monochromatic Colors of #A653D0
Black with #A653D0
Text Example
Text Example
White with #A653D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A653D0; }
p { color: rgb(166,83,208); }
H1.HeaderClassName
{
color: #A653D0;
}
.AnyTagClassName
{
color: #A653D0;
}
</style>
background-color css
<style>
a { background-color: #A653D0; }
a { background-color: rgb(166,83,208); }
div.DivClassName
{
background-color: #A653D0;
}
.BgClassName
{
background-color: #A653D0;
}
</style>
border-color css
<style>
span { border-color: #A653D0; }
span { border-color: rgb(166,83,208); }
td.TdClassName
{
border-color: #A653D0;
}
.TagClassName
{
border-color: #A653D0;
}
</style>