Shades of Medium Orchid #A655DB
Tints of Medium Orchid #A655DB
RGB
CMYK
RGB Variations
Color information
#A655DB (or 0xA655DB) is known color: Medium Orchid. HEX triplet: A6, 55 and DB. RGB value is (166,85,219). Sum of RGB (Red+Green+Blue) = 166+85+219=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #A655DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655DB is #59AA24. Grayscale: #7C7C7C. Windows color (decimal): -5876261 or 14374310. OLE color: 14374310.
HSL color Cylindrical-coordinate representation of color #A655DB: hue angle of 276.27º degrees, saturation: 0.65, 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 #A655DB is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 85 | 219 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.14 |
| HSL | 276.27º | 0.65% | 0.6% | - |
| HSV(B) | 276.27º | 0.61% | 0.86% | - |
| XYZ | 31.76 | 19.72 | 69.15 | - |
| YUV | 124.5 | 181.34 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 219 | 0.24 | 0.61 | 0 | 0.14 | 276.27 | 0.65 | 0.6 |
| Hex | A6 | 55 | DB | 18 | 3D | 0 | E | 114 | 41 | 3C |
| Octal | 246 | 125 | 333 | 30 | 75 | 0 | 16 | 424 | 101 | 74 |
| Binary | 10100110 | 1010101 | 11011011 | 11000 | 111101 | 0 | 1110 | 100010100 | 1000001 | 111100 |
Color Harmonies of #A655DB
Complementary color
Monochromatic Colors of #A655DB
Black with #A655DB
Text Example
Text Example
White with #A655DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A655DB; }
p { color: rgb(166,85,219); }
H1.HeaderClassName
{
color: #A655DB;
}
.AnyTagClassName
{
color: #A655DB;
}
</style>
background-color css
<style>
a { background-color: #A655DB; }
a { background-color: rgb(166,85,219); }
div.DivClassName
{
background-color: #A655DB;
}
.BgClassName
{
background-color: #A655DB;
}
</style>
border-color css
<style>
span { border-color: #A655DB; }
span { border-color: rgb(166,85,219); }
td.TdClassName
{
border-color: #A655DB;
}
.TagClassName
{
border-color: #A655DB;
}
</style>