Shades of Medium Orchid #A955D5
Tints of Medium Orchid #A955D5
RGB
CMYK
RGB Variations
Color information
#A955D5 (or 0xA955D5) is known color: Medium Orchid. HEX triplet: A9, 55 and D5. RGB value is (169,85,213). Sum of RGB (Red+Green+Blue) = 169+85+213=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #A955D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A955D5 is #56AA2A. Grayscale: #7C7C7C. Windows color (decimal): -5679659 or 13981097. OLE color: 13981097.
HSL color Cylindrical-coordinate representation of color #A955D5: hue angle of 279.38º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A955D5 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 85 | 213 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.16 |
| HSL | 279.38º | 0.6% | 0.58% | - |
| HSV(B) | 279.38º | 0.6% | 0.84% | - |
| XYZ | 31.62 | 19.74 | 65.09 | - |
| YUV | 124.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 85 | 213 | 0.21 | 0.60 | 0 | 0.16 | 279.38 | 0.6 | 0.58 |
| Hex | A9 | 55 | D5 | 15 | 3C | 0 | 10 | 117 | 3C | 3A |
| Octal | 251 | 125 | 325 | 25 | 74 | 0 | 20 | 427 | 74 | 72 |
| Binary | 10101001 | 1010101 | 11010101 | 10101 | 111100 | 0 | 10000 | 100010111 | 111100 | 111010 |
Color Harmonies of #A955D5
Complementary color
Monochromatic Colors of #A955D5
Black with #A955D5
Text Example
Text Example
White with #A955D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A955D5; }
p { color: rgb(169,85,213); }
H1.HeaderClassName
{
color: #A955D5;
}
.AnyTagClassName
{
color: #A955D5;
}
</style>
background-color css
<style>
a { background-color: #A955D5; }
a { background-color: rgb(169,85,213); }
div.DivClassName
{
background-color: #A955D5;
}
.BgClassName
{
background-color: #A955D5;
}
</style>
border-color css
<style>
span { border-color: #A955D5; }
span { border-color: rgb(169,85,213); }
td.TdClassName
{
border-color: #A955D5;
}
.TagClassName
{
border-color: #A955D5;
}
</style>