Shades of Medium Orchid #A853F6
Tints of Medium Orchid #A853F6
RGB
CMYK
RGB Variations
Color information
#A853F6 (or 0xA853F6) is known color: Medium Orchid. HEX triplet: A8, 53 and F6. RGB value is (168,83,246). Sum of RGB (Red+Green+Blue) = 168+83+246=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #A853F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A853F6 is #57AC09. Grayscale: #7E7E7E. Windows color (decimal): -5745674 or 16143272. OLE color: 16143272.
HSL color Cylindrical-coordinate representation of color #A853F6: hue angle of 271.29º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A853F6 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 83 | 246 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.04 |
| HSL | 271.29º | 0.9% | 0.65% | - |
| HSV(B) | 271.29º | 0.66% | 0.96% | - |
| XYZ | 35.88 | 21.17 | 89.38 | - |
| YUV | 127 | 195.16 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 246 | 0.32 | 0.66 | 0 | 0.04 | 271.29 | 0.9 | 0.65 |
| Hex | A8 | 53 | F6 | 20 | 42 | 0 | 4 | 10F | 5A | 41 |
| Octal | 250 | 123 | 366 | 40 | 102 | 0 | 4 | 417 | 132 | 101 |
| Binary | 10101000 | 1010011 | 11110110 | 100000 | 1000010 | 0 | 100 | 100001111 | 1011010 | 1000001 |
Color Harmonies of #A853F6
Complementary color
Monochromatic Colors of #A853F6
Black with #A853F6
Text Example
Text Example
White with #A853F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853F6; }
p { color: rgb(168,83,246); }
H1.HeaderClassName
{
color: #A853F6;
}
.AnyTagClassName
{
color: #A853F6;
}
</style>
background-color css
<style>
a { background-color: #A853F6; }
a { background-color: rgb(168,83,246); }
div.DivClassName
{
background-color: #A853F6;
}
.BgClassName
{
background-color: #A853F6;
}
</style>
border-color css
<style>
span { border-color: #A853F6; }
span { border-color: rgb(168,83,246); }
td.TdClassName
{
border-color: #A853F6;
}
.TagClassName
{
border-color: #A853F6;
}
</style>