Shades of Medium Orchid #A852FC
Tints of Medium Orchid #A852FC
RGB
CMYK
RGB Variations
Color information
#A852FC (or 0xA852FC) is known color: Medium Orchid. HEX triplet: A8, 52 and FC. RGB value is (168,82,252). Sum of RGB (Red+Green+Blue) = 168+82+252=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #A852FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A852FC is #57AD03. Grayscale: #7E7E7E. Windows color (decimal): -5745924 or 16536232. OLE color: 16536232.
HSL color Cylindrical-coordinate representation of color #A852FC: hue angle of 270.35º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A852FC is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 82 | 252 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.01 |
| HSL | 270.35º | 0.97% | 0.65% | - |
| HSV(B) | 270.35º | 0.67% | 0.99% | - |
| XYZ | 36.74 | 21.39 | 94.29 | - |
| YUV | 127.09 | 198.49 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 252 | 0.33 | 0.67 | 0 | 0.01 | 270.35 | 0.97 | 0.65 |
| Hex | A8 | 52 | FC | 21 | 43 | 0 | 1 | 10E | 61 | 41 |
| Octal | 250 | 122 | 374 | 41 | 103 | 0 | 1 | 416 | 141 | 101 |
| Binary | 10101000 | 1010010 | 11111100 | 100001 | 1000011 | 0 | 1 | 100001110 | 1100001 | 1000001 |
Color Harmonies of #A852FC
Complementary color
Monochromatic Colors of #A852FC
Black with #A852FC
Text Example
Text Example
White with #A852FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852FC; }
p { color: rgb(168,82,252); }
H1.HeaderClassName
{
color: #A852FC;
}
.AnyTagClassName
{
color: #A852FC;
}
</style>
background-color css
<style>
a { background-color: #A852FC; }
a { background-color: rgb(168,82,252); }
div.DivClassName
{
background-color: #A852FC;
}
.BgClassName
{
background-color: #A852FC;
}
</style>
border-color css
<style>
span { border-color: #A852FC; }
span { border-color: rgb(168,82,252); }
td.TdClassName
{
border-color: #A852FC;
}
.TagClassName
{
border-color: #A852FC;
}
</style>