Shades of Medium Orchid #A952DC
Tints of Medium Orchid #A952DC
RGB
CMYK
RGB Variations
Color information
#A952DC (or 0xA952DC) is known color: Medium Orchid. HEX triplet: A9, 52 and DC. RGB value is (169,82,220). Sum of RGB (Red+Green+Blue) = 169+82+220=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #A952DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A952DC is #56AD23. Grayscale: #7B7B7B. Windows color (decimal): -5680420 or 14439081. OLE color: 14439081.
HSL color Cylindrical-coordinate representation of color #A952DC: hue angle of 277.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A952DC is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 82 | 220 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.14 |
| HSL | 277.83º | 0.66% | 0.59% | - |
| HSV(B) | 277.83º | 0.63% | 0.86% | - |
| XYZ | 32.3 | 19.64 | 69.8 | - |
| YUV | 123.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 82 | 220 | 0.23 | 0.63 | 0 | 0.14 | 277.83 | 0.66 | 0.59 |
| Hex | A9 | 52 | DC | 17 | 3F | 0 | E | 116 | 42 | 3B |
| Octal | 251 | 122 | 334 | 27 | 77 | 0 | 16 | 426 | 102 | 73 |
| Binary | 10101001 | 1010010 | 11011100 | 10111 | 111111 | 0 | 1110 | 100010110 | 1000010 | 111011 |
Color Harmonies of #A952DC
Complementary color
Monochromatic Colors of #A952DC
Black with #A952DC
Text Example
Text Example
White with #A952DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A952DC; }
p { color: rgb(169,82,220); }
H1.HeaderClassName
{
color: #A952DC;
}
.AnyTagClassName
{
color: #A952DC;
}
</style>
background-color css
<style>
a { background-color: #A952DC; }
a { background-color: rgb(169,82,220); }
div.DivClassName
{
background-color: #A952DC;
}
.BgClassName
{
background-color: #A952DC;
}
</style>
border-color css
<style>
span { border-color: #A952DC; }
span { border-color: rgb(169,82,220); }
td.TdClassName
{
border-color: #A952DC;
}
.TagClassName
{
border-color: #A952DC;
}
</style>