Shades of Medium Orchid #A752DD
Tints of Medium Orchid #A752DD
RGB
CMYK
RGB Variations
Color information
#A752DD (or 0xA752DD) is known color: Medium Orchid. HEX triplet: A7, 52 and DD. RGB value is (167,82,221). Sum of RGB (Red+Green+Blue) = 167+82+221=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #A752DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752DD is #58AD22. Grayscale: #7A7A7A. Windows color (decimal): -5811491 or 14504615. OLE color: 14504615.
HSL color Cylindrical-coordinate representation of color #A752DD: hue angle of 276.69º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A752DD is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 82 | 221 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.13 |
| HSL | 276.69º | 0.67% | 0.59% | - |
| HSV(B) | 276.69º | 0.63% | 0.87% | - |
| XYZ | 32 | 19.47 | 70.48 | - |
| YUV | 123.26 | 183.16 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 221 | 0.24 | 0.63 | 0 | 0.13 | 276.69 | 0.67 | 0.59 |
| Hex | A7 | 52 | DD | 18 | 3F | 0 | D | 115 | 43 | 3B |
| Octal | 247 | 122 | 335 | 30 | 77 | 0 | 15 | 425 | 103 | 73 |
| Binary | 10100111 | 1010010 | 11011101 | 11000 | 111111 | 0 | 1101 | 100010101 | 1000011 | 111011 |
Color Harmonies of #A752DD
Complementary color
Monochromatic Colors of #A752DD
Black with #A752DD
Text Example
Text Example
White with #A752DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752DD; }
p { color: rgb(167,82,221); }
H1.HeaderClassName
{
color: #A752DD;
}
.AnyTagClassName
{
color: #A752DD;
}
</style>
background-color css
<style>
a { background-color: #A752DD; }
a { background-color: rgb(167,82,221); }
div.DivClassName
{
background-color: #A752DD;
}
.BgClassName
{
background-color: #A752DD;
}
</style>
border-color css
<style>
span { border-color: #A752DD; }
span { border-color: rgb(167,82,221); }
td.TdClassName
{
border-color: #A752DD;
}
.TagClassName
{
border-color: #A752DD;
}
</style>