Shades of Medium Orchid #A551D1
Tints of Medium Orchid #A551D1
RGB
CMYK
RGB Variations
Color information
#A551D1 (or 0xA551D1) is known color: Medium Orchid. HEX triplet: A5, 51 and D1. RGB value is (165,81,209). Sum of RGB (Red+Green+Blue) = 165+81+209=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #A551D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551D1 is #5AAE2E. Grayscale: #787878. Windows color (decimal): -5942831 or 13717925. OLE color: 13717925.
HSL color Cylindrical-coordinate representation of color #A551D1: hue angle of 279.38º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A551D1 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 81 | 209 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.18 |
| HSL | 279.38º | 0.58% | 0.57% | - |
| HSV(B) | 279.38º | 0.61% | 0.82% | - |
| XYZ | 29.97 | 18.49 | 62.31 | - |
| YUV | 120.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 209 | 0.21 | 0.61 | 0 | 0.18 | 279.38 | 0.58 | 0.57 |
| Hex | A5 | 51 | D1 | 15 | 3D | 0 | 12 | 117 | 3A | 39 |
| Octal | 245 | 121 | 321 | 25 | 75 | 0 | 22 | 427 | 72 | 71 |
| Binary | 10100101 | 1010001 | 11010001 | 10101 | 111101 | 0 | 10010 | 100010111 | 111010 | 111001 |
Color Harmonies of #A551D1
Complementary color
Monochromatic Colors of #A551D1
Black with #A551D1
Text Example
Text Example
White with #A551D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551D1; }
p { color: rgb(165,81,209); }
H1.HeaderClassName
{
color: #A551D1;
}
.AnyTagClassName
{
color: #A551D1;
}
</style>
background-color css
<style>
a { background-color: #A551D1; }
a { background-color: rgb(165,81,209); }
div.DivClassName
{
background-color: #A551D1;
}
.BgClassName
{
background-color: #A551D1;
}
</style>
border-color css
<style>
span { border-color: #A551D1; }
span { border-color: rgb(165,81,209); }
td.TdClassName
{
border-color: #A551D1;
}
.TagClassName
{
border-color: #A551D1;
}
</style>