Shades of Medium Orchid #A653DF
Tints of Medium Orchid #A653DF
RGB
CMYK
RGB Variations
Color information
#A653DF (or 0xA653DF) is known color: Medium Orchid. HEX triplet: A6, 53 and DF. RGB value is (166,83,223). Sum of RGB (Red+Green+Blue) = 166+83+223=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #A653DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A653DF is #59AC20. Grayscale: #7B7B7B. Windows color (decimal): -5876769 or 14635942. OLE color: 14635942.
HSL color Cylindrical-coordinate representation of color #A653DF: hue angle of 275.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A653DF is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 83 | 223 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.13 |
| HSL | 275.57º | 0.69% | 0.6% | - |
| HSV(B) | 275.57º | 0.63% | 0.87% | - |
| XYZ | 32.14 | 19.62 | 71.91 | - |
| YUV | 123.78 | 184 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 223 | 0.26 | 0.63 | 0 | 0.13 | 275.57 | 0.69 | 0.6 |
| Hex | A6 | 53 | DF | 1A | 3F | 0 | D | 114 | 45 | 3C |
| Octal | 246 | 123 | 337 | 32 | 77 | 0 | 15 | 424 | 105 | 74 |
| Binary | 10100110 | 1010011 | 11011111 | 11010 | 111111 | 0 | 1101 | 100010100 | 1000101 | 111100 |
Color Harmonies of #A653DF
Complementary color
Monochromatic Colors of #A653DF
Black with #A653DF
Text Example
Text Example
White with #A653DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A653DF; }
p { color: rgb(166,83,223); }
H1.HeaderClassName
{
color: #A653DF;
}
.AnyTagClassName
{
color: #A653DF;
}
</style>
background-color css
<style>
a { background-color: #A653DF; }
a { background-color: rgb(166,83,223); }
div.DivClassName
{
background-color: #A653DF;
}
.BgClassName
{
background-color: #A653DF;
}
</style>
border-color css
<style>
span { border-color: #A653DF; }
span { border-color: rgb(166,83,223); }
td.TdClassName
{
border-color: #A653DF;
}
.TagClassName
{
border-color: #A653DF;
}
</style>