Shades of Medium Orchid #A853FA
Tints of Medium Orchid #A853FA
RGB
CMYK
RGB Variations
Color information
#A853FA (or 0xA853FA) is known color: Medium Orchid. HEX triplet: A8, 53 and FA. RGB value is (168,83,250). Sum of RGB (Red+Green+Blue) = 168+83+250=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #A853FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A853FA is #57AC05. Grayscale: #7E7E7E. Windows color (decimal): -5745670 or 16405416. OLE color: 16405416.
HSL color Cylindrical-coordinate representation of color #A853FA: hue angle of 270.54º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A853FA is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 83 | 250 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.02 |
| HSL | 270.54º | 0.94% | 0.65% | - |
| HSV(B) | 270.54º | 0.67% | 0.98% | - |
| XYZ | 36.5 | 21.41 | 92.65 | - |
| YUV | 127.45 | 197.16 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 250 | 0.33 | 0.67 | 0 | 0.02 | 270.54 | 0.94 | 0.65 |
| Hex | A8 | 53 | FA | 21 | 43 | 0 | 2 | 10F | 5E | 41 |
| Octal | 250 | 123 | 372 | 41 | 103 | 0 | 2 | 417 | 136 | 101 |
| Binary | 10101000 | 1010011 | 11111010 | 100001 | 1000011 | 0 | 10 | 100001111 | 1011110 | 1000001 |
Color Harmonies of #A853FA
Complementary color
Monochromatic Colors of #A853FA
Black with #A853FA
Text Example
Text Example
White with #A853FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853FA; }
p { color: rgb(168,83,250); }
H1.HeaderClassName
{
color: #A853FA;
}
.AnyTagClassName
{
color: #A853FA;
}
</style>
background-color css
<style>
a { background-color: #A853FA; }
a { background-color: rgb(168,83,250); }
div.DivClassName
{
background-color: #A853FA;
}
.BgClassName
{
background-color: #A853FA;
}
</style>
border-color css
<style>
span { border-color: #A853FA; }
span { border-color: rgb(168,83,250); }
td.TdClassName
{
border-color: #A853FA;
}
.TagClassName
{
border-color: #A853FA;
}
</style>