Shades of Medium Orchid #A952E0
Tints of Medium Orchid #A952E0
RGB
CMYK
RGB Variations
Color information
#A952E0 (or 0xA952E0) is known color: Medium Orchid. HEX triplet: A9, 52 and E0. RGB value is (169,82,224). Sum of RGB (Red+Green+Blue) = 169+82+224=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #A952E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A952E0 is #56AD1F. Grayscale: #7B7B7B. Windows color (decimal): -5680416 or 14701225. OLE color: 14701225.
HSL color Cylindrical-coordinate representation of color #A952E0: hue angle of 276.76º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A952E0 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 82 | 224 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.12 |
| HSL | 276.76º | 0.7% | 0.6% | - |
| HSV(B) | 276.76º | 0.63% | 0.88% | - |
| XYZ | 32.83 | 19.85 | 72.62 | - |
| YUV | 124.2 | 184.32 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 82 | 224 | 0.25 | 0.63 | 0 | 0.12 | 276.76 | 0.7 | 0.6 |
| Hex | A9 | 52 | E0 | 19 | 3F | 0 | C | 115 | 46 | 3C |
| Octal | 251 | 122 | 340 | 31 | 77 | 0 | 14 | 425 | 106 | 74 |
| Binary | 10101001 | 1010010 | 11100000 | 11001 | 111111 | 0 | 1100 | 100010101 | 1000110 | 111100 |
Color Harmonies of #A952E0
Complementary color
Monochromatic Colors of #A952E0
Black with #A952E0
Text Example
Text Example
White with #A952E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A952E0; }
p { color: rgb(169,82,224); }
H1.HeaderClassName
{
color: #A952E0;
}
.AnyTagClassName
{
color: #A952E0;
}
</style>
background-color css
<style>
a { background-color: #A952E0; }
a { background-color: rgb(169,82,224); }
div.DivClassName
{
background-color: #A952E0;
}
.BgClassName
{
background-color: #A952E0;
}
</style>
border-color css
<style>
span { border-color: #A952E0; }
span { border-color: rgb(169,82,224); }
td.TdClassName
{
border-color: #A952E0;
}
.TagClassName
{
border-color: #A952E0;
}
</style>