Shades of Medium Orchid #A853F9
Tints of Medium Orchid #A853F9
RGB
CMYK
RGB Variations
Color information
#A853F9 (or 0xA853F9) is known color: Medium Orchid. HEX triplet: A8, 53 and F9. RGB value is (168,83,249). Sum of RGB (Red+Green+Blue) = 168+83+249=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #A853F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A853F9 is #57AC06. Grayscale: #7E7E7E. Windows color (decimal): -5745671 or 16339880. OLE color: 16339880.
HSL color Cylindrical-coordinate representation of color #A853F9: hue angle of 270.72º degrees, saturation: 0.93, 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 #A853F9 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 168 | 83 | 249 | - |
CMYK | 0.33 | 0.67 | 0 | 0.02 |
HSL | 270.72º | 0.93% | 0.65% | - |
HSV(B) | 270.72º | 0.67% | 0.98% | - |
XYZ | 36.34 | 21.35 | 91.83 | - |
YUV | 127.34 | 196.66 | 157 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 83 | 249 | 0.33 | 0.67 | 0 | 0.02 | 270.72 | 0.93 | 0.65 |
Hex | A8 | 53 | F9 | 21 | 43 | 0 | 2 | 10F | 5D | 41 |
Octal | 250 | 123 | 371 | 41 | 103 | 0 | 2 | 417 | 135 | 101 |
Binary | 10101000 | 1010011 | 11111001 | 100001 | 1000011 | 0 | 10 | 100001111 | 1011101 | 1000001 |
Color Harmonies of #A853F9
Complementary color
Monochromatic Colors of #A853F9
Black with #A853F9
Text Example
Text Example
White with #A853F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853F9; }
p { color: rgb(168,83,249); }
H1.HeaderClassName
{
color: #A853F9;
}
.AnyTagClassName
{
color: #A853F9;
}
</style>
background-color css
<style>
a { background-color: #A853F9; }
a { background-color: rgb(168,83,249); }
div.DivClassName
{
background-color: #A853F9;
}
.BgClassName
{
background-color: #A853F9;
}
</style>
border-color css
<style>
span { border-color: #A853F9; }
span { border-color: rgb(168,83,249); }
td.TdClassName
{
border-color: #A853F9;
}
.TagClassName
{
border-color: #A853F9;
}
</style>