Shades of Medium Orchid #A954DB
Tints of Medium Orchid #A954DB
RGB
CMYK
RGB Variations
Color information
#A954DB (or 0xA954DB) is known color: Medium Orchid. HEX triplet: A9, 54 and DB. RGB value is (169,84,219). Sum of RGB (Red+Green+Blue) = 169+84+219=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #A954DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A954DB is #56AB24. Grayscale: #7C7C7C. Windows color (decimal): -5679909 or 14374057. OLE color: 14374057.
HSL color Cylindrical-coordinate representation of color #A954DB: hue angle of 277.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A954DB is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 84 | 219 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.14 |
| HSL | 277.78º | 0.65% | 0.59% | - |
| HSV(B) | 277.78º | 0.62% | 0.86% | - |
| XYZ | 32.32 | 19.89 | 69.15 | - |
| YUV | 124.81 | 181.16 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 219 | 0.23 | 0.62 | 0 | 0.14 | 277.78 | 0.65 | 0.59 |
| Hex | A9 | 54 | DB | 17 | 3E | 0 | E | 116 | 41 | 3B |
| Octal | 251 | 124 | 333 | 27 | 76 | 0 | 16 | 426 | 101 | 73 |
| Binary | 10101001 | 1010100 | 11011011 | 10111 | 111110 | 0 | 1110 | 100010110 | 1000001 | 111011 |
Color Harmonies of #A954DB
Complementary color
Monochromatic Colors of #A954DB
Black with #A954DB
Text Example
Text Example
White with #A954DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A954DB; }
p { color: rgb(169,84,219); }
H1.HeaderClassName
{
color: #A954DB;
}
.AnyTagClassName
{
color: #A954DB;
}
</style>
background-color css
<style>
a { background-color: #A954DB; }
a { background-color: rgb(169,84,219); }
div.DivClassName
{
background-color: #A954DB;
}
.BgClassName
{
background-color: #A954DB;
}
</style>
border-color css
<style>
span { border-color: #A954DB; }
span { border-color: rgb(169,84,219); }
td.TdClassName
{
border-color: #A954DB;
}
.TagClassName
{
border-color: #A954DB;
}
</style>