Shades of Medium Orchid #A855CB
Tints of Medium Orchid #A855CB
RGB
CMYK
RGB Variations
Color information
#A855CB (or 0xA855CB) is known color: Medium Orchid. HEX triplet: A8, 55 and CB. RGB value is (168,85,203). Sum of RGB (Red+Green+Blue) = 168+85+203=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #A855CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A855CB is #57AA34. Grayscale: #7A7A7A. Windows color (decimal): -5745205 or 13325736. OLE color: 13325736.
HSL color Cylindrical-coordinate representation of color #A855CB: hue angle of 282.2º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A855CB is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 85 | 203 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.20 |
| HSL | 282.2º | 0.53% | 0.56% | - |
| HSV(B) | 282.2º | 0.58% | 0.8% | - |
| XYZ | 30.18 | 19.13 | 58.6 | - |
| YUV | 123.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 203 | 0.17 | 0.58 | 0 | 0.20 | 282.2 | 0.53 | 0.56 |
| Hex | A8 | 55 | CB | 11 | 3A | 0 | 14 | 11A | 35 | 38 |
| Octal | 250 | 125 | 313 | 21 | 72 | 0 | 24 | 432 | 65 | 70 |
| Binary | 10101000 | 1010101 | 11001011 | 10001 | 111010 | 0 | 10100 | 100011010 | 110101 | 111000 |
Color Harmonies of #A855CB
Complementary color
Monochromatic Colors of #A855CB
Black with #A855CB
Text Example
Text Example
White with #A855CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A855CB; }
p { color: rgb(168,85,203); }
H1.HeaderClassName
{
color: #A855CB;
}
.AnyTagClassName
{
color: #A855CB;
}
</style>
background-color css
<style>
a { background-color: #A855CB; }
a { background-color: rgb(168,85,203); }
div.DivClassName
{
background-color: #A855CB;
}
.BgClassName
{
background-color: #A855CB;
}
</style>
border-color css
<style>
span { border-color: #A855CB; }
span { border-color: rgb(168,85,203); }
td.TdClassName
{
border-color: #A855CB;
}
.TagClassName
{
border-color: #A855CB;
}
</style>