Shades of Medium Orchid #A653D5
Tints of Medium Orchid #A653D5
RGB
CMYK
RGB Variations
Color information
#A653D5 (or 0xA653D5) is known color: Medium Orchid. HEX triplet: A6, 53 and D5. RGB value is (166,83,213). Sum of RGB (Red+Green+Blue) = 166+83+213=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #A653D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A653D5 is #59AC2A. Grayscale: #7A7A7A. Windows color (decimal): -5876779 or 13980582. OLE color: 13980582.
HSL color Cylindrical-coordinate representation of color #A653D5: hue angle of 278.31º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A653D5 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 83 | 213 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.16 |
| HSL | 278.31º | 0.61% | 0.58% | - |
| HSV(B) | 278.31º | 0.61% | 0.84% | - |
| XYZ | 30.83 | 19.1 | 65.01 | - |
| YUV | 122.64 | 179 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 213 | 0.22 | 0.61 | 0 | 0.16 | 278.31 | 0.61 | 0.58 |
| Hex | A6 | 53 | D5 | 16 | 3D | 0 | 10 | 116 | 3D | 3A |
| Octal | 246 | 123 | 325 | 26 | 75 | 0 | 20 | 426 | 75 | 72 |
| Binary | 10100110 | 1010011 | 11010101 | 10110 | 111101 | 0 | 10000 | 100010110 | 111101 | 111010 |
Color Harmonies of #A653D5
Complementary color
Monochromatic Colors of #A653D5
Black with #A653D5
Text Example
Text Example
White with #A653D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A653D5; }
p { color: rgb(166,83,213); }
H1.HeaderClassName
{
color: #A653D5;
}
.AnyTagClassName
{
color: #A653D5;
}
</style>
background-color css
<style>
a { background-color: #A653D5; }
a { background-color: rgb(166,83,213); }
div.DivClassName
{
background-color: #A653D5;
}
.BgClassName
{
background-color: #A653D5;
}
</style>
border-color css
<style>
span { border-color: #A653D5; }
span { border-color: rgb(166,83,213); }
td.TdClassName
{
border-color: #A653D5;
}
.TagClassName
{
border-color: #A653D5;
}
</style>