Shades of Medium Orchid #A952FB
Tints of Medium Orchid #A952FB
RGB
CMYK
RGB Variations
Color information
#A952FB (or 0xA952FB) is known color: Medium Orchid. HEX triplet: A9, 52 and FB. RGB value is (169,82,251). Sum of RGB (Red+Green+Blue) = 169+82+251=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #A952FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A952FB is #56AD04. Grayscale: #7E7E7E. Windows color (decimal): -5680389 or 16470697. OLE color: 16470697.
HSL color Cylindrical-coordinate representation of color #A952FB: hue angle of 270.89º 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 #A952FB is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 82 | 251 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.02 |
| HSL | 270.89º | 0.95% | 0.65% | - |
| HSV(B) | 270.89º | 0.67% | 0.98% | - |
| XYZ | 36.79 | 21.43 | 93.46 | - |
| YUV | 127.28 | 197.82 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 82 | 251 | 0.33 | 0.67 | 0 | 0.02 | 270.89 | 0.95 | 0.65 |
| Hex | A9 | 52 | FB | 21 | 43 | 0 | 2 | 10F | 5F | 41 |
| Octal | 251 | 122 | 373 | 41 | 103 | 0 | 2 | 417 | 137 | 101 |
| Binary | 10101001 | 1010010 | 11111011 | 100001 | 1000011 | 0 | 10 | 100001111 | 1011111 | 1000001 |
Color Harmonies of #A952FB
Complementary color
Monochromatic Colors of #A952FB
Black with #A952FB
Text Example
Text Example
White with #A952FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A952FB; }
p { color: rgb(169,82,251); }
H1.HeaderClassName
{
color: #A952FB;
}
.AnyTagClassName
{
color: #A952FB;
}
</style>
background-color css
<style>
a { background-color: #A952FB; }
a { background-color: rgb(169,82,251); }
div.DivClassName
{
background-color: #A952FB;
}
.BgClassName
{
background-color: #A952FB;
}
</style>
border-color css
<style>
span { border-color: #A952FB; }
span { border-color: rgb(169,82,251); }
td.TdClassName
{
border-color: #A952FB;
}
.TagClassName
{
border-color: #A952FB;
}
</style>