Shades of Medium Orchid #A855D7
Tints of Medium Orchid #A855D7
RGB
CMYK
RGB Variations
Color information
#A855D7 (or 0xA855D7) is known color: Medium Orchid. HEX triplet: A8, 55 and D7. RGB value is (168,85,215). Sum of RGB (Red+Green+Blue) = 168+85+215=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #A855D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A855D7 is #57AA28. Grayscale: #7C7C7C. Windows color (decimal): -5745193 or 14112168. OLE color: 14112168.
HSL color Cylindrical-coordinate representation of color #A855D7: hue angle of 278.31º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A855D7 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 85 | 215 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.16 |
| HSL | 278.31º | 0.62% | 0.59% | - |
| HSV(B) | 278.31º | 0.6% | 0.84% | - |
| XYZ | 31.66 | 19.73 | 66.43 | - |
| YUV | 124.64 | 179 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 215 | 0.22 | 0.60 | 0 | 0.16 | 278.31 | 0.62 | 0.59 |
| Hex | A8 | 55 | D7 | 16 | 3C | 0 | 10 | 116 | 3E | 3B |
| Octal | 250 | 125 | 327 | 26 | 74 | 0 | 20 | 426 | 76 | 73 |
| Binary | 10101000 | 1010101 | 11010111 | 10110 | 111100 | 0 | 10000 | 100010110 | 111110 | 111011 |
Color Harmonies of #A855D7
Complementary color
Monochromatic Colors of #A855D7
Black with #A855D7
Text Example
Text Example
White with #A855D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A855D7; }
p { color: rgb(168,85,215); }
H1.HeaderClassName
{
color: #A855D7;
}
.AnyTagClassName
{
color: #A855D7;
}
</style>
background-color css
<style>
a { background-color: #A855D7; }
a { background-color: rgb(168,85,215); }
div.DivClassName
{
background-color: #A855D7;
}
.BgClassName
{
background-color: #A855D7;
}
</style>
border-color css
<style>
span { border-color: #A855D7; }
span { border-color: rgb(168,85,215); }
td.TdClassName
{
border-color: #A855D7;
}
.TagClassName
{
border-color: #A855D7;
}
</style>