Shades of Medium Orchid #A551F1
Tints of Medium Orchid #A551F1
RGB
CMYK
RGB Variations
Color information
#A551F1 (or 0xA551F1) is known color: Medium Orchid. HEX triplet: A5, 51 and F1. RGB value is (165,81,241). Sum of RGB (Red+Green+Blue) = 165+81+241=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #A551F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A551F1 is #5AAE0E. Grayscale: #7B7B7B. Windows color (decimal): -5942799 or 15815077. OLE color: 15815077.
HSL color Cylindrical-coordinate representation of color #A551F1: hue angle of 271.5º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A551F1 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 81 | 241 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.05 |
| HSL | 271.5º | 0.85% | 0.63% | - |
| HSV(B) | 271.5º | 0.66% | 0.95% | - |
| XYZ | 34.34 | 20.24 | 85.32 | - |
| YUV | 124.36 | 193.83 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 241 | 0.32 | 0.66 | 0 | 0.05 | 271.5 | 0.85 | 0.63 |
| Hex | A5 | 51 | F1 | 20 | 42 | 0 | 5 | 110 | 55 | 3F |
| Octal | 245 | 121 | 361 | 40 | 102 | 0 | 5 | 420 | 125 | 77 |
| Binary | 10100101 | 1010001 | 11110001 | 100000 | 1000010 | 0 | 101 | 100010000 | 1010101 | 111111 |
Color Harmonies of #A551F1
Complementary color
Monochromatic Colors of #A551F1
Black with #A551F1
Text Example
Text Example
White with #A551F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551F1; }
p { color: rgb(165,81,241); }
H1.HeaderClassName
{
color: #A551F1;
}
.AnyTagClassName
{
color: #A551F1;
}
</style>
background-color css
<style>
a { background-color: #A551F1; }
a { background-color: rgb(165,81,241); }
div.DivClassName
{
background-color: #A551F1;
}
.BgClassName
{
background-color: #A551F1;
}
</style>
border-color css
<style>
span { border-color: #A551F1; }
span { border-color: rgb(165,81,241); }
td.TdClassName
{
border-color: #A551F1;
}
.TagClassName
{
border-color: #A551F1;
}
</style>