Shades of Medium Orchid #A855F4
Tints of Medium Orchid #A855F4
RGB
CMYK
RGB Variations
Color information
#A855F4 (or 0xA855F4) is known color: Medium Orchid. HEX triplet: A8, 55 and F4. RGB value is (168,85,244). Sum of RGB (Red+Green+Blue) = 168+85+244=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 244 - color contains mainly: blue. Hex color #A855F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A855F4 is #57AA0B. Grayscale: #7F7F7F. Windows color (decimal): -5745164 or 16012712. OLE color: 16012712.
HSL color Cylindrical-coordinate representation of color #A855F4: hue angle of 271.32º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A855F4 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 85 | 244 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.04 |
| HSL | 271.32º | 0.88% | 0.65% | - |
| HSV(B) | 271.32º | 0.65% | 0.96% | - |
| XYZ | 35.73 | 21.35 | 87.83 | - |
| YUV | 127.94 | 193.5 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 244 | 0.31 | 0.65 | 0 | 0.04 | 271.32 | 0.88 | 0.65 |
| Hex | A8 | 55 | F4 | 1F | 41 | 0 | 4 | 10F | 58 | 41 |
| Octal | 250 | 125 | 364 | 37 | 101 | 0 | 4 | 417 | 130 | 101 |
| Binary | 10101000 | 1010101 | 11110100 | 11111 | 1000001 | 0 | 100 | 100001111 | 1011000 | 1000001 |
Color Harmonies of #A855F4
Complementary color
Monochromatic Colors of #A855F4
Black with #A855F4
Text Example
Text Example
White with #A855F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A855F4; }
p { color: rgb(168,85,244); }
H1.HeaderClassName
{
color: #A855F4;
}
.AnyTagClassName
{
color: #A855F4;
}
</style>
background-color css
<style>
a { background-color: #A855F4; }
a { background-color: rgb(168,85,244); }
div.DivClassName
{
background-color: #A855F4;
}
.BgClassName
{
background-color: #A855F4;
}
</style>
border-color css
<style>
span { border-color: #A855F4; }
span { border-color: rgb(168,85,244); }
td.TdClassName
{
border-color: #A855F4;
}
.TagClassName
{
border-color: #A855F4;
}
</style>