Shades of Medium Orchid #A752CF
Tints of Medium Orchid #A752CF
RGB
CMYK
RGB Variations
Color information
#A752CF (or 0xA752CF) is known color: Medium Orchid. HEX triplet: A7, 52 and CF. RGB value is (167,82,207). Sum of RGB (Red+Green+Blue) = 167+82+207=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #A752CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752CF is #58AD30. Grayscale: #797979. Windows color (decimal): -5811505 or 13587111. OLE color: 13587111.
HSL color Cylindrical-coordinate representation of color #A752CF: hue angle of 280.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A752CF is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 82 | 207 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.19 |
| HSL | 280.8º | 0.57% | 0.57% | - |
| HSV(B) | 280.8º | 0.6% | 0.81% | - |
| XYZ | 30.22 | 18.76 | 61.06 | - |
| YUV | 121.67 | 176.16 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 207 | 0.19 | 0.60 | 0 | 0.19 | 280.8 | 0.57 | 0.57 |
| Hex | A7 | 52 | CF | 13 | 3C | 0 | 13 | 119 | 39 | 39 |
| Octal | 247 | 122 | 317 | 23 | 74 | 0 | 23 | 431 | 71 | 71 |
| Binary | 10100111 | 1010010 | 11001111 | 10011 | 111100 | 0 | 10011 | 100011001 | 111001 | 111001 |
Color Harmonies of #A752CF
Complementary color
Monochromatic Colors of #A752CF
Black with #A752CF
Text Example
Text Example
White with #A752CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752CF; }
p { color: rgb(167,82,207); }
H1.HeaderClassName
{
color: #A752CF;
}
.AnyTagClassName
{
color: #A752CF;
}
</style>
background-color css
<style>
a { background-color: #A752CF; }
a { background-color: rgb(167,82,207); }
div.DivClassName
{
background-color: #A752CF;
}
.BgClassName
{
background-color: #A752CF;
}
</style>
border-color css
<style>
span { border-color: #A752CF; }
span { border-color: rgb(167,82,207); }
td.TdClassName
{
border-color: #A752CF;
}
.TagClassName
{
border-color: #A752CF;
}
</style>