Shades of Medium Orchid #A852FB
Tints of Medium Orchid #A852FB
RGB
CMYK
RGB Variations
Color information
#A852FB (or 0xA852FB) is known color: Medium Orchid. HEX triplet: A8, 52 and FB. RGB value is (168,82,251). Sum of RGB (Red+Green+Blue) = 168+82+251=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #A852FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A852FB is #57AD04. Grayscale: #7E7E7E. Windows color (decimal): -5745925 or 16470696. OLE color: 16470696.
HSL color Cylindrical-coordinate representation of color #A852FB: hue angle of 270.53º degrees, saturation: 0.95, 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 #A852FB is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 82 | 251 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.02 |
| HSL | 270.53º | 0.95% | 0.65% | - |
| HSV(B) | 270.53º | 0.67% | 0.98% | - |
| XYZ | 36.58 | 21.32 | 93.45 | - |
| YUV | 126.98 | 197.99 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 251 | 0.33 | 0.67 | 0 | 0.02 | 270.53 | 0.95 | 0.65 |
| Hex | A8 | 52 | FB | 21 | 43 | 0 | 2 | 10F | 5F | 41 |
| Octal | 250 | 122 | 373 | 41 | 103 | 0 | 2 | 417 | 137 | 101 |
| Binary | 10101000 | 1010010 | 11111011 | 100001 | 1000011 | 0 | 10 | 100001111 | 1011111 | 1000001 |
Color Harmonies of #A852FB
Complementary color
Monochromatic Colors of #A852FB
Black with #A852FB
Text Example
Text Example
White with #A852FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852FB; }
p { color: rgb(168,82,251); }
H1.HeaderClassName
{
color: #A852FB;
}
.AnyTagClassName
{
color: #A852FB;
}
</style>
background-color css
<style>
a { background-color: #A852FB; }
a { background-color: rgb(168,82,251); }
div.DivClassName
{
background-color: #A852FB;
}
.BgClassName
{
background-color: #A852FB;
}
</style>
border-color css
<style>
span { border-color: #A852FB; }
span { border-color: rgb(168,82,251); }
td.TdClassName
{
border-color: #A852FB;
}
.TagClassName
{
border-color: #A852FB;
}
</style>