Shades of Medium Orchid #A958CC
Tints of Medium Orchid #A958CC
RGB
CMYK
RGB Variations
Color information
#A958CC (or 0xA958CC) is known color: Medium Orchid. HEX triplet: A9, 58 and CC. RGB value is (169,88,204). Sum of RGB (Red+Green+Blue) = 169+88+204=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #A958CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A958CC is #56A733. Grayscale: #7D7D7D. Windows color (decimal): -5678900 or 13392041. OLE color: 13392041.
HSL color Cylindrical-coordinate representation of color #A958CC: hue angle of 281.9º 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 #A958CC is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 88 | 204 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.2 |
| HSL | 281.9º | 0.53% | 0.57% | - |
| HSV(B) | 281.9º | 0.57% | 0.8% | - |
| XYZ | 30.75 | 19.77 | 59.32 | - |
| YUV | 125.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 204 | 0.17 | 0.57 | 0 | 0.2 | 281.9 | 0.53 | 0.57 |
| Hex | A9 | 58 | CC | 11 | 39 | 0 | 14 | 11A | 35 | 39 |
| Octal | 251 | 130 | 314 | 21 | 71 | 0 | 24 | 432 | 65 | 71 |
| Binary | 10101001 | 1011000 | 11001100 | 10001 | 111001 | 0 | 10100 | 100011010 | 110101 | 111001 |
Color Harmonies of #A958CC
Complementary color
Monochromatic Colors of #A958CC
Black with #A958CC
Text Example
Text Example
White with #A958CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A958CC; }
p { color: rgb(169,88,204); }
H1.HeaderClassName
{
color: #A958CC;
}
.AnyTagClassName
{
color: #A958CC;
}
</style>
background-color css
<style>
a { background-color: #A958CC; }
a { background-color: rgb(169,88,204); }
div.DivClassName
{
background-color: #A958CC;
}
.BgClassName
{
background-color: #A958CC;
}
</style>
border-color css
<style>
span { border-color: #A958CC; }
span { border-color: rgb(169,88,204); }
td.TdClassName
{
border-color: #A958CC;
}
.TagClassName
{
border-color: #A958CC;
}
</style>