Shades of Medium Orchid #A858CB
Tints of Medium Orchid #A858CB
RGB
CMYK
RGB Variations
Color information
#A858CB (or 0xA858CB) is known color: Medium Orchid. HEX triplet: A8, 58 and CB. RGB value is (168,88,203). Sum of RGB (Red+Green+Blue) = 168+88+203=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #A858CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858CB is #57A734. Grayscale: #7C7C7C. Windows color (decimal): -5744437 or 13326504. OLE color: 13326504.
HSL color Cylindrical-coordinate representation of color #A858CB: hue angle of 281.74º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A858CB is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 88 | 203 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.20 |
| HSL | 281.74º | 0.53% | 0.57% | - |
| HSV(B) | 281.74º | 0.57% | 0.8% | - |
| XYZ | 30.42 | 19.62 | 58.68 | - |
| YUV | 125.03 | 172 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 203 | 0.17 | 0.57 | 0 | 0.20 | 281.74 | 0.53 | 0.57 |
| Hex | A8 | 58 | CB | 11 | 39 | 0 | 14 | 11A | 35 | 39 |
| Octal | 250 | 130 | 313 | 21 | 71 | 0 | 24 | 432 | 65 | 71 |
| Binary | 10101000 | 1011000 | 11001011 | 10001 | 111001 | 0 | 10100 | 100011010 | 110101 | 111001 |
Color Harmonies of #A858CB
Complementary color
Monochromatic Colors of #A858CB
Black with #A858CB
Text Example
Text Example
White with #A858CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858CB; }
p { color: rgb(168,88,203); }
H1.HeaderClassName
{
color: #A858CB;
}
.AnyTagClassName
{
color: #A858CB;
}
</style>
background-color css
<style>
a { background-color: #A858CB; }
a { background-color: rgb(168,88,203); }
div.DivClassName
{
background-color: #A858CB;
}
.BgClassName
{
background-color: #A858CB;
}
</style>
border-color css
<style>
span { border-color: #A858CB; }
span { border-color: rgb(168,88,203); }
td.TdClassName
{
border-color: #A858CB;
}
.TagClassName
{
border-color: #A858CB;
}
</style>