Shades of Medium Orchid #A551F0
Tints of Medium Orchid #A551F0
RGB
CMYK
RGB Variations
Color information
#A551F0 (or 0xA551F0) is known color: Medium Orchid. HEX triplet: A5, 51 and F0. RGB value is (165,81,240). Sum of RGB (Red+Green+Blue) = 165+81+240=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #A551F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A551F0 is #5AAE0F. Grayscale: #7B7B7B. Windows color (decimal): -5942800 or 15749541. OLE color: 15749541.
HSL color Cylindrical-coordinate representation of color #A551F0: hue angle of 271.7º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A551F0 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 81 | 240 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.06 |
| HSL | 271.7º | 0.84% | 0.63% | - |
| HSV(B) | 271.7º | 0.66% | 0.94% | - |
| XYZ | 34.19 | 20.18 | 84.53 | - |
| YUV | 124.24 | 193.33 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 240 | 0.31 | 0.66 | 0 | 0.06 | 271.7 | 0.84 | 0.63 |
| Hex | A5 | 51 | F0 | 1F | 42 | 0 | 6 | 110 | 54 | 3F |
| Octal | 245 | 121 | 360 | 37 | 102 | 0 | 6 | 420 | 124 | 77 |
| Binary | 10100101 | 1010001 | 11110000 | 11111 | 1000010 | 0 | 110 | 100010000 | 1010100 | 111111 |
Color Harmonies of #A551F0
Complementary color
Monochromatic Colors of #A551F0
Black with #A551F0
Text Example
Text Example
White with #A551F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551F0; }
p { color: rgb(165,81,240); }
H1.HeaderClassName
{
color: #A551F0;
}
.AnyTagClassName
{
color: #A551F0;
}
</style>
background-color css
<style>
a { background-color: #A551F0; }
a { background-color: rgb(165,81,240); }
div.DivClassName
{
background-color: #A551F0;
}
.BgClassName
{
background-color: #A551F0;
}
</style>
border-color css
<style>
span { border-color: #A551F0; }
span { border-color: rgb(165,81,240); }
td.TdClassName
{
border-color: #A551F0;
}
.TagClassName
{
border-color: #A551F0;
}
</style>