Shades of Medium Orchid #A655DC
Tints of Medium Orchid #A655DC
RGB
CMYK
RGB Variations
Color information
#A655DC (or 0xA655DC) is known color: Medium Orchid. HEX triplet: A6, 55 and DC. RGB value is (166,85,220). Sum of RGB (Red+Green+Blue) = 166+85+220=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #A655DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655DC is #59AA23. Grayscale: #7C7C7C. Windows color (decimal): -5876260 or 14439846. OLE color: 14439846.
HSL color Cylindrical-coordinate representation of color #A655DC: hue angle of 276º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A655DC is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 85 | 220 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.14 |
| HSL | 276º | 0.66% | 0.6% | - |
| HSV(B) | 276º | 0.61% | 0.86% | - |
| XYZ | 31.89 | 19.77 | 69.85 | - |
| YUV | 124.61 | 181.84 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 220 | 0.25 | 0.61 | 0 | 0.14 | 276 | 0.66 | 0.6 |
| Hex | A6 | 55 | DC | 19 | 3D | 0 | E | 114 | 42 | 3C |
| Octal | 246 | 125 | 334 | 31 | 75 | 0 | 16 | 424 | 102 | 74 |
| Binary | 10100110 | 1010101 | 11011100 | 11001 | 111101 | 0 | 1110 | 100010100 | 1000010 | 111100 |
Color Harmonies of #A655DC
Complementary color
Monochromatic Colors of #A655DC
Black with #A655DC
Text Example
Text Example
White with #A655DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A655DC; }
p { color: rgb(166,85,220); }
H1.HeaderClassName
{
color: #A655DC;
}
.AnyTagClassName
{
color: #A655DC;
}
</style>
background-color css
<style>
a { background-color: #A655DC; }
a { background-color: rgb(166,85,220); }
div.DivClassName
{
background-color: #A655DC;
}
.BgClassName
{
background-color: #A655DC;
}
</style>
border-color css
<style>
span { border-color: #A655DC; }
span { border-color: rgb(166,85,220); }
td.TdClassName
{
border-color: #A655DC;
}
.TagClassName
{
border-color: #A655DC;
}
</style>