Shades of Medium Orchid #A85CCC
Tints of Medium Orchid #A85CCC
RGB
CMYK
RGB Variations
Color information
#A85CCC (or 0xA85CCC) is known color: Medium Orchid. HEX triplet: A8, 5C and CC. RGB value is (168,92,204). Sum of RGB (Red+Green+Blue) = 168+92+204=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #A85CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CCC is #57A333. Grayscale: #7F7F7F. Windows color (decimal): -5743412 or 13393064. OLE color: 13393064.
HSL color Cylindrical-coordinate representation of color #A85CCC: hue angle of 280.71º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A85CCC is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 92 | 204 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.2 |
| HSL | 280.71º | 0.52% | 0.58% | - |
| HSV(B) | 280.71º | 0.55% | 0.8% | - |
| XYZ | 30.87 | 20.34 | 59.43 | - |
| YUV | 127.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 204 | 0.18 | 0.55 | 0 | 0.2 | 280.71 | 0.52 | 0.58 |
| Hex | A8 | 5C | CC | 12 | 37 | 0 | 14 | 119 | 34 | 3A |
| Octal | 250 | 134 | 314 | 22 | 67 | 0 | 24 | 431 | 64 | 72 |
| Binary | 10101000 | 1011100 | 11001100 | 10010 | 110111 | 0 | 10100 | 100011001 | 110100 | 111010 |
Color Harmonies of #A85CCC
Complementary color
Monochromatic Colors of #A85CCC
Black with #A85CCC
Text Example
Text Example
White with #A85CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85CCC; }
p { color: rgb(168,92,204); }
H1.HeaderClassName
{
color: #A85CCC;
}
.AnyTagClassName
{
color: #A85CCC;
}
</style>
background-color css
<style>
a { background-color: #A85CCC; }
a { background-color: rgb(168,92,204); }
div.DivClassName
{
background-color: #A85CCC;
}
.BgClassName
{
background-color: #A85CCC;
}
</style>
border-color css
<style>
span { border-color: #A85CCC; }
span { border-color: rgb(168,92,204); }
td.TdClassName
{
border-color: #A85CCC;
}
.TagClassName
{
border-color: #A85CCC;
}
</style>