Shades of Medium Orchid #A752D7
Tints of Medium Orchid #A752D7
RGB
CMYK
RGB Variations
Color information
#A752D7 (or 0xA752D7) is known color: Medium Orchid. HEX triplet: A7, 52 and D7. RGB value is (167,82,215). Sum of RGB (Red+Green+Blue) = 167+82+215=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 215 - color contains mainly: blue. Hex color #A752D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752D7 is #58AD28. Grayscale: #7A7A7A. Windows color (decimal): -5811497 or 14111399. OLE color: 14111399.
HSL color Cylindrical-coordinate representation of color #A752D7: hue angle of 278.35º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A752D7 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 82 | 215 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.16 |
| HSL | 278.35º | 0.62% | 0.58% | - |
| HSV(B) | 278.35º | 0.62% | 0.84% | - |
| XYZ | 31.22 | 19.16 | 66.34 | - |
| YUV | 122.58 | 180.16 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 215 | 0.22 | 0.62 | 0 | 0.16 | 278.35 | 0.62 | 0.58 |
| Hex | A7 | 52 | D7 | 16 | 3E | 0 | 10 | 116 | 3E | 3A |
| Octal | 247 | 122 | 327 | 26 | 76 | 0 | 20 | 426 | 76 | 72 |
| Binary | 10100111 | 1010010 | 11010111 | 10110 | 111110 | 0 | 10000 | 100010110 | 111110 | 111010 |
Color Harmonies of #A752D7
Complementary color
Monochromatic Colors of #A752D7
Black with #A752D7
Text Example
Text Example
White with #A752D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752D7; }
p { color: rgb(167,82,215); }
H1.HeaderClassName
{
color: #A752D7;
}
.AnyTagClassName
{
color: #A752D7;
}
</style>
background-color css
<style>
a { background-color: #A752D7; }
a { background-color: rgb(167,82,215); }
div.DivClassName
{
background-color: #A752D7;
}
.BgClassName
{
background-color: #A752D7;
}
</style>
border-color css
<style>
span { border-color: #A752D7; }
span { border-color: rgb(167,82,215); }
td.TdClassName
{
border-color: #A752D7;
}
.TagClassName
{
border-color: #A752D7;
}
</style>