Shades of Medium Orchid #A853F1
Tints of Medium Orchid #A853F1
RGB
CMYK
RGB Variations
Color information
#A853F1 (or 0xA853F1) is known color: Medium Orchid. HEX triplet: A8, 53 and F1. RGB value is (168,83,241). Sum of RGB (Red+Green+Blue) = 168+83+241=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #A853F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A853F1 is #57AC0E. Grayscale: #7D7D7D. Windows color (decimal): -5745679 or 15815592. OLE color: 15815592.
HSL color Cylindrical-coordinate representation of color #A853F1: hue angle of 272.28º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A853F1 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 83 | 241 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.05 |
| HSL | 272.28º | 0.85% | 0.64% | - |
| HSV(B) | 272.28º | 0.66% | 0.95% | - |
| XYZ | 35.12 | 20.86 | 85.39 | - |
| YUV | 126.43 | 192.66 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 241 | 0.30 | 0.66 | 0 | 0.05 | 272.28 | 0.85 | 0.64 |
| Hex | A8 | 53 | F1 | 1E | 42 | 0 | 5 | 110 | 55 | 40 |
| Octal | 250 | 123 | 361 | 36 | 102 | 0 | 5 | 420 | 125 | 100 |
| Binary | 10101000 | 1010011 | 11110001 | 11110 | 1000010 | 0 | 101 | 100010000 | 1010101 | 1000000 |
Color Harmonies of #A853F1
Complementary color
Monochromatic Colors of #A853F1
Black with #A853F1
Text Example
Text Example
White with #A853F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853F1; }
p { color: rgb(168,83,241); }
H1.HeaderClassName
{
color: #A853F1;
}
.AnyTagClassName
{
color: #A853F1;
}
</style>
background-color css
<style>
a { background-color: #A853F1; }
a { background-color: rgb(168,83,241); }
div.DivClassName
{
background-color: #A853F1;
}
.BgClassName
{
background-color: #A853F1;
}
</style>
border-color css
<style>
span { border-color: #A853F1; }
span { border-color: rgb(168,83,241); }
td.TdClassName
{
border-color: #A853F1;
}
.TagClassName
{
border-color: #A853F1;
}
</style>