Shades of Medium Orchid #A954CA
Tints of Medium Orchid #A954CA
RGB
CMYK
RGB Variations
Color information
#A954CA (or 0xA954CA) is known color: Medium Orchid. HEX triplet: A9, 54 and CA. RGB value is (169,84,202). Sum of RGB (Red+Green+Blue) = 169+84+202=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #A954CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A954CA is #56AB35. Grayscale: #7A7A7A. Windows color (decimal): -5679926 or 13259945. OLE color: 13259945.
HSL color Cylindrical-coordinate representation of color #A954CA: hue angle of 283.22º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A954CA is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 84 | 202 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.21 |
| HSL | 283.22º | 0.53% | 0.56% | - |
| HSV(B) | 283.22º | 0.58% | 0.79% | - |
| XYZ | 30.19 | 19.04 | 57.96 | - |
| YUV | 122.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 202 | 0.16 | 0.58 | 0 | 0.21 | 283.22 | 0.53 | 0.56 |
| Hex | A9 | 54 | CA | 10 | 3A | 0 | 15 | 11B | 35 | 38 |
| Octal | 251 | 124 | 312 | 20 | 72 | 0 | 25 | 433 | 65 | 70 |
| Binary | 10101001 | 1010100 | 11001010 | 10000 | 111010 | 0 | 10101 | 100011011 | 110101 | 111000 |
Color Harmonies of #A954CA
Complementary color
Monochromatic Colors of #A954CA
Black with #A954CA
Text Example
Text Example
White with #A954CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A954CA; }
p { color: rgb(169,84,202); }
H1.HeaderClassName
{
color: #A954CA;
}
.AnyTagClassName
{
color: #A954CA;
}
</style>
background-color css
<style>
a { background-color: #A954CA; }
a { background-color: rgb(169,84,202); }
div.DivClassName
{
background-color: #A954CA;
}
.BgClassName
{
background-color: #A954CA;
}
</style>
border-color css
<style>
span { border-color: #A954CA; }
span { border-color: rgb(169,84,202); }
td.TdClassName
{
border-color: #A954CA;
}
.TagClassName
{
border-color: #A954CA;
}
</style>