Shades of Medium Orchid #A852FA
Tints of Medium Orchid #A852FA
RGB
CMYK
RGB Variations
Color information
#A852FA (or 0xA852FA) is known color: Medium Orchid. HEX triplet: A8, 52 and FA. RGB value is (168,82,250). Sum of RGB (Red+Green+Blue) = 168+82+250=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #A852FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A852FA is #57AD05. Grayscale: #7E7E7E. Windows color (decimal): -5745926 or 16405160. OLE color: 16405160.
HSL color Cylindrical-coordinate representation of color #A852FA: hue angle of 270.71º 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 #A852FA is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 82 | 250 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.02 |
| HSL | 270.71º | 0.94% | 0.65% | - |
| HSV(B) | 270.71º | 0.67% | 0.98% | - |
| XYZ | 36.42 | 21.26 | 92.63 | - |
| YUV | 126.87 | 197.49 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 250 | 0.33 | 0.67 | 0 | 0.02 | 270.71 | 0.94 | 0.65 |
| Hex | A8 | 52 | FA | 21 | 43 | 0 | 2 | 10F | 5E | 41 |
| Octal | 250 | 122 | 372 | 41 | 103 | 0 | 2 | 417 | 136 | 101 |
| Binary | 10101000 | 1010010 | 11111010 | 100001 | 1000011 | 0 | 10 | 100001111 | 1011110 | 1000001 |
Color Harmonies of #A852FA
Complementary color
Monochromatic Colors of #A852FA
Black with #A852FA
Text Example
Text Example
White with #A852FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852FA; }
p { color: rgb(168,82,250); }
H1.HeaderClassName
{
color: #A852FA;
}
.AnyTagClassName
{
color: #A852FA;
}
</style>
background-color css
<style>
a { background-color: #A852FA; }
a { background-color: rgb(168,82,250); }
div.DivClassName
{
background-color: #A852FA;
}
.BgClassName
{
background-color: #A852FA;
}
</style>
border-color css
<style>
span { border-color: #A852FA; }
span { border-color: rgb(168,82,250); }
td.TdClassName
{
border-color: #A852FA;
}
.TagClassName
{
border-color: #A852FA;
}
</style>