Shades of Medium Orchid #A954DC
Tints of Medium Orchid #A954DC
RGB
CMYK
RGB Variations
Color information
#A954DC (or 0xA954DC) is known color: Medium Orchid. HEX triplet: A9, 54 and DC. RGB value is (169,84,220). Sum of RGB (Red+Green+Blue) = 169+84+220=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #A954DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A954DC is #56AB23. Grayscale: #7C7C7C. Windows color (decimal): -5679908 or 14439593. OLE color: 14439593.
HSL color Cylindrical-coordinate representation of color #A954DC: hue angle of 277.5º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A954DC is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 84 | 220 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.14 |
| HSL | 277.5º | 0.66% | 0.6% | - |
| HSV(B) | 277.5º | 0.62% | 0.86% | - |
| XYZ | 32.45 | 19.94 | 69.85 | - |
| YUV | 124.92 | 181.66 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 220 | 0.23 | 0.62 | 0 | 0.14 | 277.5 | 0.66 | 0.6 |
| Hex | A9 | 54 | DC | 17 | 3E | 0 | E | 116 | 42 | 3C |
| Octal | 251 | 124 | 334 | 27 | 76 | 0 | 16 | 426 | 102 | 74 |
| Binary | 10101001 | 1010100 | 11011100 | 10111 | 111110 | 0 | 1110 | 100010110 | 1000010 | 111100 |
Color Harmonies of #A954DC
Complementary color
Monochromatic Colors of #A954DC
Black with #A954DC
Text Example
Text Example
White with #A954DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A954DC; }
p { color: rgb(169,84,220); }
H1.HeaderClassName
{
color: #A954DC;
}
.AnyTagClassName
{
color: #A954DC;
}
</style>
background-color css
<style>
a { background-color: #A954DC; }
a { background-color: rgb(169,84,220); }
div.DivClassName
{
background-color: #A954DC;
}
.BgClassName
{
background-color: #A954DC;
}
</style>
border-color css
<style>
span { border-color: #A954DC; }
span { border-color: rgb(169,84,220); }
td.TdClassName
{
border-color: #A954DC;
}
.TagClassName
{
border-color: #A954DC;
}
</style>