Shades of Medium Orchid #A855DB
Tints of Medium Orchid #A855DB
RGB
CMYK
RGB Variations
Color information
#A855DB (or 0xA855DB) is known color: Medium Orchid. HEX triplet: A8, 55 and DB. RGB value is (168,85,219). Sum of RGB (Red+Green+Blue) = 168+85+219=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #A855DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A855DB is #57AA24. Grayscale: #7C7C7C. Windows color (decimal): -5745189 or 14374312. OLE color: 14374312.
HSL color Cylindrical-coordinate representation of color #A855DB: hue angle of 277.16º 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 #A855DB is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 85 | 219 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.14 |
| HSL | 277.16º | 0.65% | 0.6% | - |
| HSV(B) | 277.16º | 0.61% | 0.86% | - |
| XYZ | 32.18 | 19.94 | 69.17 | - |
| YUV | 125.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 219 | 0.23 | 0.61 | 0 | 0.14 | 277.16 | 0.65 | 0.6 |
| Hex | A8 | 55 | DB | 17 | 3D | 0 | E | 115 | 41 | 3C |
| Octal | 250 | 125 | 333 | 27 | 75 | 0 | 16 | 425 | 101 | 74 |
| Binary | 10101000 | 1010101 | 11011011 | 10111 | 111101 | 0 | 1110 | 100010101 | 1000001 | 111100 |
Color Harmonies of #A855DB
Complementary color
Monochromatic Colors of #A855DB
Black with #A855DB
Text Example
Text Example
White with #A855DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A855DB; }
p { color: rgb(168,85,219); }
H1.HeaderClassName
{
color: #A855DB;
}
.AnyTagClassName
{
color: #A855DB;
}
</style>
background-color css
<style>
a { background-color: #A855DB; }
a { background-color: rgb(168,85,219); }
div.DivClassName
{
background-color: #A855DB;
}
.BgClassName
{
background-color: #A855DB;
}
</style>
border-color css
<style>
span { border-color: #A855DB; }
span { border-color: rgb(168,85,219); }
td.TdClassName
{
border-color: #A855DB;
}
.TagClassName
{
border-color: #A855DB;
}
</style>