Shades of Medium Orchid #A655D0
Tints of Medium Orchid #A655D0
RGB
CMYK
RGB Variations
Color information
#A655D0 (or 0xA655D0) is known color: Medium Orchid. HEX triplet: A6, 55 and D0. RGB value is (166,85,208). Sum of RGB (Red+Green+Blue) = 166+85+208=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #A655D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655D0 is #59AA2F. Grayscale: #7A7A7A. Windows color (decimal): -5876272 or 13653414. OLE color: 13653414.
HSL color Cylindrical-coordinate representation of color #A655D0: hue angle of 279.51º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A655D0 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 85 | 208 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.18 |
| HSL | 279.51º | 0.57% | 0.57% | - |
| HSV(B) | 279.51º | 0.59% | 0.82% | - |
| XYZ | 30.36 | 19.16 | 61.77 | - |
| YUV | 123.24 | 175.84 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 208 | 0.20 | 0.59 | 0 | 0.18 | 279.51 | 0.57 | 0.57 |
| Hex | A6 | 55 | D0 | 14 | 3B | 0 | 12 | 118 | 39 | 39 |
| Octal | 246 | 125 | 320 | 24 | 73 | 0 | 22 | 430 | 71 | 71 |
| Binary | 10100110 | 1010101 | 11010000 | 10100 | 111011 | 0 | 10010 | 100011000 | 111001 | 111001 |
Color Harmonies of #A655D0
Complementary color
Monochromatic Colors of #A655D0
Black with #A655D0
Text Example
Text Example
White with #A655D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A655D0; }
p { color: rgb(166,85,208); }
H1.HeaderClassName
{
color: #A655D0;
}
.AnyTagClassName
{
color: #A655D0;
}
</style>
background-color css
<style>
a { background-color: #A655D0; }
a { background-color: rgb(166,85,208); }
div.DivClassName
{
background-color: #A655D0;
}
.BgClassName
{
background-color: #A655D0;
}
</style>
border-color css
<style>
span { border-color: #A655D0; }
span { border-color: rgb(166,85,208); }
td.TdClassName
{
border-color: #A655D0;
}
.TagClassName
{
border-color: #A655D0;
}
</style>