Shades of Medium Orchid #A752DF
Tints of Medium Orchid #A752DF
RGB
CMYK
RGB Variations
Color information
#A752DF (or 0xA752DF) is known color: Medium Orchid. HEX triplet: A7, 52 and DF. RGB value is (167,82,223). Sum of RGB (Red+Green+Blue) = 167+82+223=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #A752DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752DF is #58AD20. Grayscale: #7B7B7B. Windows color (decimal): -5811489 or 14635687. OLE color: 14635687.
HSL color Cylindrical-coordinate representation of color #A752DF: hue angle of 276.17º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A752DF is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 82 | 223 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.13 |
| HSL | 276.17º | 0.69% | 0.6% | - |
| HSV(B) | 276.17º | 0.63% | 0.87% | - |
| XYZ | 32.27 | 19.58 | 71.89 | - |
| YUV | 123.49 | 184.16 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 223 | 0.25 | 0.63 | 0 | 0.13 | 276.17 | 0.69 | 0.6 |
| Hex | A7 | 52 | DF | 19 | 3F | 0 | D | 114 | 45 | 3C |
| Octal | 247 | 122 | 337 | 31 | 77 | 0 | 15 | 424 | 105 | 74 |
| Binary | 10100111 | 1010010 | 11011111 | 11001 | 111111 | 0 | 1101 | 100010100 | 1000101 | 111100 |
Color Harmonies of #A752DF
Complementary color
Monochromatic Colors of #A752DF
Black with #A752DF
Text Example
Text Example
White with #A752DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752DF; }
p { color: rgb(167,82,223); }
H1.HeaderClassName
{
color: #A752DF;
}
.AnyTagClassName
{
color: #A752DF;
}
</style>
background-color css
<style>
a { background-color: #A752DF; }
a { background-color: rgb(167,82,223); }
div.DivClassName
{
background-color: #A752DF;
}
.BgClassName
{
background-color: #A752DF;
}
</style>
border-color css
<style>
span { border-color: #A752DF; }
span { border-color: rgb(167,82,223); }
td.TdClassName
{
border-color: #A752DF;
}
.TagClassName
{
border-color: #A752DF;
}
</style>