Shades of Medium Orchid #A554D1
Tints of Medium Orchid #A554D1
RGB
CMYK
RGB Variations
Color information
#A554D1 (or 0xA554D1) is known color: Medium Orchid. HEX triplet: A5, 54 and D1. RGB value is (165,84,209). Sum of RGB (Red+Green+Blue) = 165+84+209=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 209 - color contains mainly: blue. Hex color #A554D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554D1 is #5AAB2E. Grayscale: #7A7A7A. Windows color (decimal): -5942063 or 13718693. OLE color: 13718693.
HSL color Cylindrical-coordinate representation of color #A554D1: hue angle of 278.88º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A554D1 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 84 | 209 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.18 |
| HSL | 278.88º | 0.58% | 0.57% | - |
| HSV(B) | 278.88º | 0.6% | 0.82% | - |
| XYZ | 30.2 | 18.94 | 62.39 | - |
| YUV | 122.47 | 176.84 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 209 | 0.21 | 0.60 | 0 | 0.18 | 278.88 | 0.58 | 0.57 |
| Hex | A5 | 54 | D1 | 15 | 3C | 0 | 12 | 117 | 3A | 39 |
| Octal | 245 | 124 | 321 | 25 | 74 | 0 | 22 | 427 | 72 | 71 |
| Binary | 10100101 | 1010100 | 11010001 | 10101 | 111100 | 0 | 10010 | 100010111 | 111010 | 111001 |
Color Harmonies of #A554D1
Complementary color
Monochromatic Colors of #A554D1
Black with #A554D1
Text Example
Text Example
White with #A554D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554D1; }
p { color: rgb(165,84,209); }
H1.HeaderClassName
{
color: #A554D1;
}
.AnyTagClassName
{
color: #A554D1;
}
</style>
background-color css
<style>
a { background-color: #A554D1; }
a { background-color: rgb(165,84,209); }
div.DivClassName
{
background-color: #A554D1;
}
.BgClassName
{
background-color: #A554D1;
}
</style>
border-color css
<style>
span { border-color: #A554D1; }
span { border-color: rgb(165,84,209); }
td.TdClassName
{
border-color: #A554D1;
}
.TagClassName
{
border-color: #A554D1;
}
</style>