Shades of Medium Orchid #A858CC
Tints of Medium Orchid #A858CC
RGB
CMYK
RGB Variations
Color information
#A858CC (or 0xA858CC) is known color: Medium Orchid. HEX triplet: A8, 58 and CC. RGB value is (168,88,204). Sum of RGB (Red+Green+Blue) = 168+88+204=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #A858CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858CC is #57A733. Grayscale: #7C7C7C. Windows color (decimal): -5744436 or 13392040. OLE color: 13392040.
HSL color Cylindrical-coordinate representation of color #A858CC: hue angle of 281.38º 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 #A858CC is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 88 | 204 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.2 |
| HSL | 281.38º | 0.53% | 0.57% | - |
| HSV(B) | 281.38º | 0.57% | 0.8% | - |
| XYZ | 30.54 | 19.66 | 59.31 | - |
| YUV | 125.14 | 172.5 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 204 | 0.18 | 0.57 | 0 | 0.2 | 281.38 | 0.53 | 0.57 |
| Hex | A8 | 58 | CC | 12 | 39 | 0 | 14 | 119 | 35 | 39 |
| Octal | 250 | 130 | 314 | 22 | 71 | 0 | 24 | 431 | 65 | 71 |
| Binary | 10101000 | 1011000 | 11001100 | 10010 | 111001 | 0 | 10100 | 100011001 | 110101 | 111001 |
Color Harmonies of #A858CC
Complementary color
Monochromatic Colors of #A858CC
Black with #A858CC
Text Example
Text Example
White with #A858CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858CC; }
p { color: rgb(168,88,204); }
H1.HeaderClassName
{
color: #A858CC;
}
.AnyTagClassName
{
color: #A858CC;
}
</style>
background-color css
<style>
a { background-color: #A858CC; }
a { background-color: rgb(168,88,204); }
div.DivClassName
{
background-color: #A858CC;
}
.BgClassName
{
background-color: #A858CC;
}
</style>
border-color css
<style>
span { border-color: #A858CC; }
span { border-color: rgb(168,88,204); }
td.TdClassName
{
border-color: #A858CC;
}
.TagClassName
{
border-color: #A858CC;
}
</style>