Shades of Medium Orchid #A655DA
Tints of Medium Orchid #A655DA
RGB
CMYK
RGB Variations
Color information
#A655DA (or 0xA655DA) is known color: Medium Orchid. HEX triplet: A6, 55 and DA. RGB value is (166,85,218). Sum of RGB (Red+Green+Blue) = 166+85+218=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 85 (33.59% from 255 or 18.12% 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 #A655DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655DA is #59AA25. Grayscale: #7B7B7B. Windows color (decimal): -5876262 or 14308774. OLE color: 14308774.
HSL color Cylindrical-coordinate representation of color #A655DA: hue angle of 276.54º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A655DA is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 85 | 218 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.15 |
| HSL | 276.54º | 0.64% | 0.59% | - |
| HSV(B) | 276.54º | 0.61% | 0.85% | - |
| XYZ | 31.63 | 19.67 | 68.46 | - |
| YUV | 124.38 | 180.84 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 218 | 0.24 | 0.61 | 0 | 0.15 | 276.54 | 0.64 | 0.59 |
| Hex | A6 | 55 | DA | 18 | 3D | 0 | F | 115 | 40 | 3B |
| Octal | 246 | 125 | 332 | 30 | 75 | 0 | 17 | 425 | 100 | 73 |
| Binary | 10100110 | 1010101 | 11011010 | 11000 | 111101 | 0 | 1111 | 100010101 | 1000000 | 111011 |
Color Harmonies of #A655DA
Complementary color
Monochromatic Colors of #A655DA
Black with #A655DA
Text Example
Text Example
White with #A655DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A655DA; }
p { color: rgb(166,85,218); }
H1.HeaderClassName
{
color: #A655DA;
}
.AnyTagClassName
{
color: #A655DA;
}
</style>
background-color css
<style>
a { background-color: #A655DA; }
a { background-color: rgb(166,85,218); }
div.DivClassName
{
background-color: #A655DA;
}
.BgClassName
{
background-color: #A655DA;
}
</style>
border-color css
<style>
span { border-color: #A655DA; }
span { border-color: rgb(166,85,218); }
td.TdClassName
{
border-color: #A655DA;
}
.TagClassName
{
border-color: #A655DA;
}
</style>