Shades of Medium Orchid #A752D8
Tints of Medium Orchid #A752D8
RGB
CMYK
RGB Variations
Color information
#A752D8 (or 0xA752D8) is known color: Medium Orchid. HEX triplet: A7, 52 and D8. RGB value is (167,82,216). Sum of RGB (Red+Green+Blue) = 167+82+216=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #A752D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752D8 is #58AD27. Grayscale: #7A7A7A. Windows color (decimal): -5811496 or 14176935. OLE color: 14176935.
HSL color Cylindrical-coordinate representation of color #A752D8: hue angle of 278.06º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A752D8 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 82 | 216 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.15 |
| HSL | 278.06º | 0.63% | 0.58% | - |
| HSV(B) | 278.06º | 0.62% | 0.85% | - |
| XYZ | 31.35 | 19.21 | 67.02 | - |
| YUV | 122.69 | 180.66 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 216 | 0.23 | 0.62 | 0 | 0.15 | 278.06 | 0.63 | 0.58 |
| Hex | A7 | 52 | D8 | 17 | 3E | 0 | F | 116 | 3F | 3A |
| Octal | 247 | 122 | 330 | 27 | 76 | 0 | 17 | 426 | 77 | 72 |
| Binary | 10100111 | 1010010 | 11011000 | 10111 | 111110 | 0 | 1111 | 100010110 | 111111 | 111010 |
Color Harmonies of #A752D8
Complementary color
Monochromatic Colors of #A752D8
Black with #A752D8
Text Example
Text Example
White with #A752D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752D8; }
p { color: rgb(167,82,216); }
H1.HeaderClassName
{
color: #A752D8;
}
.AnyTagClassName
{
color: #A752D8;
}
</style>
background-color css
<style>
a { background-color: #A752D8; }
a { background-color: rgb(167,82,216); }
div.DivClassName
{
background-color: #A752D8;
}
.BgClassName
{
background-color: #A752D8;
}
</style>
border-color css
<style>
span { border-color: #A752D8; }
span { border-color: rgb(167,82,216); }
td.TdClassName
{
border-color: #A752D8;
}
.TagClassName
{
border-color: #A752D8;
}
</style>