Shades of Medium Orchid #A852F9
Tints of Medium Orchid #A852F9
RGB
CMYK
RGB Variations
Color information
#A852F9 (or 0xA852F9) is known color: Medium Orchid. HEX triplet: A8, 52 and F9. RGB value is (168,82,249). Sum of RGB (Red+Green+Blue) = 168+82+249=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #A852F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A852F9 is #57AD06. Grayscale: #7E7E7E. Windows color (decimal): -5745927 or 16339624. OLE color: 16339624.
HSL color Cylindrical-coordinate representation of color #A852F9: hue angle of 270.9º 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 #A852F9 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 82 | 249 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.02 |
| HSL | 270.9º | 0.93% | 0.65% | - |
| HSV(B) | 270.9º | 0.67% | 0.98% | - |
| XYZ | 36.26 | 21.2 | 91.8 | - |
| YUV | 126.75 | 196.99 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 249 | 0.33 | 0.67 | 0 | 0.02 | 270.9 | 0.93 | 0.65 |
| Hex | A8 | 52 | F9 | 21 | 43 | 0 | 2 | 10F | 5D | 41 |
| Octal | 250 | 122 | 371 | 41 | 103 | 0 | 2 | 417 | 135 | 101 |
| Binary | 10101000 | 1010010 | 11111001 | 100001 | 1000011 | 0 | 10 | 100001111 | 1011101 | 1000001 |
Color Harmonies of #A852F9
Complementary color
Monochromatic Colors of #A852F9
Black with #A852F9
Text Example
Text Example
White with #A852F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852F9; }
p { color: rgb(168,82,249); }
H1.HeaderClassName
{
color: #A852F9;
}
.AnyTagClassName
{
color: #A852F9;
}
</style>
background-color css
<style>
a { background-color: #A852F9; }
a { background-color: rgb(168,82,249); }
div.DivClassName
{
background-color: #A852F9;
}
.BgClassName
{
background-color: #A852F9;
}
</style>
border-color css
<style>
span { border-color: #A852F9; }
span { border-color: rgb(168,82,249); }
td.TdClassName
{
border-color: #A852F9;
}
.TagClassName
{
border-color: #A852F9;
}
</style>