Shades of Medium Orchid #A551D5
Tints of Medium Orchid #A551D5
RGB
CMYK
RGB Variations
Color information
#A551D5 (or 0xA551D5) is known color: Medium Orchid. HEX triplet: A5, 51 and D5. RGB value is (165,81,213). Sum of RGB (Red+Green+Blue) = 165+81+213=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #A551D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551D5 is #5AAE2A. Grayscale: #787878. Windows color (decimal): -5942827 or 13980069. OLE color: 13980069.
HSL color Cylindrical-coordinate representation of color #A551D5: hue angle of 278.18º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A551D5 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 81 | 213 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.16 |
| HSL | 278.18º | 0.61% | 0.58% | - |
| HSV(B) | 278.18º | 0.62% | 0.84% | - |
| XYZ | 30.47 | 18.69 | 64.95 | - |
| YUV | 121.16 | 179.83 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 213 | 0.23 | 0.62 | 0 | 0.16 | 278.18 | 0.61 | 0.58 |
| Hex | A5 | 51 | D5 | 17 | 3E | 0 | 10 | 116 | 3D | 3A |
| Octal | 245 | 121 | 325 | 27 | 76 | 0 | 20 | 426 | 75 | 72 |
| Binary | 10100101 | 1010001 | 11010101 | 10111 | 111110 | 0 | 10000 | 100010110 | 111101 | 111010 |
Color Harmonies of #A551D5
Complementary color
Monochromatic Colors of #A551D5
Black with #A551D5
Text Example
Text Example
White with #A551D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551D5; }
p { color: rgb(165,81,213); }
H1.HeaderClassName
{
color: #A551D5;
}
.AnyTagClassName
{
color: #A551D5;
}
</style>
background-color css
<style>
a { background-color: #A551D5; }
a { background-color: rgb(165,81,213); }
div.DivClassName
{
background-color: #A551D5;
}
.BgClassName
{
background-color: #A551D5;
}
</style>
border-color css
<style>
span { border-color: #A551D5; }
span { border-color: rgb(165,81,213); }
td.TdClassName
{
border-color: #A551D5;
}
.TagClassName
{
border-color: #A551D5;
}
</style>