Shades of Medium Orchid #A95CCC
Tints of Medium Orchid #A95CCC
RGB
CMYK
RGB Variations
Color information
#A95CCC (or 0xA95CCC) is known color: Medium Orchid. HEX triplet: A9, 5C and CC. RGB value is (169,92,204). Sum of RGB (Red+Green+Blue) = 169+92+204=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #A95CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CCC is #56A333. Grayscale: #7F7F7F. Windows color (decimal): -5677876 or 13393065. OLE color: 13393065.
HSL color Cylindrical-coordinate representation of color #A95CCC: hue angle of 281.25º 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 #A95CCC is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 92 | 204 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.2 |
| HSL | 281.25º | 0.52% | 0.58% | - |
| HSV(B) | 281.25º | 0.55% | 0.8% | - |
| XYZ | 31.09 | 20.45 | 59.44 | - |
| YUV | 127.79 | 171.01 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 204 | 0.17 | 0.55 | 0 | 0.2 | 281.25 | 0.52 | 0.58 |
| Hex | A9 | 5C | CC | 11 | 37 | 0 | 14 | 119 | 34 | 3A |
| Octal | 251 | 134 | 314 | 21 | 67 | 0 | 24 | 431 | 64 | 72 |
| Binary | 10101001 | 1011100 | 11001100 | 10001 | 110111 | 0 | 10100 | 100011001 | 110100 | 111010 |
Color Harmonies of #A95CCC
Complementary color
Monochromatic Colors of #A95CCC
Black with #A95CCC
Text Example
Text Example
White with #A95CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95CCC; }
p { color: rgb(169,92,204); }
H1.HeaderClassName
{
color: #A95CCC;
}
.AnyTagClassName
{
color: #A95CCC;
}
</style>
background-color css
<style>
a { background-color: #A95CCC; }
a { background-color: rgb(169,92,204); }
div.DivClassName
{
background-color: #A95CCC;
}
.BgClassName
{
background-color: #A95CCC;
}
</style>
border-color css
<style>
span { border-color: #A95CCC; }
span { border-color: rgb(169,92,204); }
td.TdClassName
{
border-color: #A95CCC;
}
.TagClassName
{
border-color: #A95CCC;
}
</style>