Shades of Medium Orchid #A551F4
Tints of Medium Orchid #A551F4
RGB
CMYK
RGB Variations
Color information
#A551F4 (or 0xA551F4) is known color: Medium Orchid. HEX triplet: A5, 51 and F4. RGB value is (165,81,244). Sum of RGB (Red+Green+Blue) = 165+81+244=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 244 (95.70% from 255 or 49.80% from 490); Max value from RGB is 244 - color contains mainly: blue. Hex color #A551F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A551F4 is #5AAE0B. Grayscale: #7C7C7C. Windows color (decimal): -5942796 or 16011685. OLE color: 16011685.
HSL color Cylindrical-coordinate representation of color #A551F4: hue angle of 270.92º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A551F4 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 81 | 244 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.04 |
| HSL | 270.92º | 0.88% | 0.64% | - |
| HSV(B) | 270.92º | 0.67% | 0.96% | - |
| XYZ | 34.79 | 20.42 | 87.7 | - |
| YUV | 124.7 | 195.33 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 244 | 0.32 | 0.67 | 0 | 0.04 | 270.92 | 0.88 | 0.64 |
| Hex | A5 | 51 | F4 | 20 | 43 | 0 | 4 | 10F | 58 | 40 |
| Octal | 245 | 121 | 364 | 40 | 103 | 0 | 4 | 417 | 130 | 100 |
| Binary | 10100101 | 1010001 | 11110100 | 100000 | 1000011 | 0 | 100 | 100001111 | 1011000 | 1000000 |
Color Harmonies of #A551F4
Complementary color
Monochromatic Colors of #A551F4
Black with #A551F4
Text Example
Text Example
White with #A551F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551F4; }
p { color: rgb(165,81,244); }
H1.HeaderClassName
{
color: #A551F4;
}
.AnyTagClassName
{
color: #A551F4;
}
</style>
background-color css
<style>
a { background-color: #A551F4; }
a { background-color: rgb(165,81,244); }
div.DivClassName
{
background-color: #A551F4;
}
.BgClassName
{
background-color: #A551F4;
}
</style>
border-color css
<style>
span { border-color: #A551F4; }
span { border-color: rgb(165,81,244); }
td.TdClassName
{
border-color: #A551F4;
}
.TagClassName
{
border-color: #A551F4;
}
</style>