Shades of Medium Orchid #A752CC
Tints of Medium Orchid #A752CC
RGB
CMYK
RGB Variations
Color information
#A752CC (or 0xA752CC) is known color: Medium Orchid. HEX triplet: A7, 52 and CC. RGB value is (167,82,204). Sum of RGB (Red+Green+Blue) = 167+82+204=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #A752CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752CC is #58AD33. Grayscale: #787878. Windows color (decimal): -5811508 or 13390503. OLE color: 13390503.
HSL color Cylindrical-coordinate representation of color #A752CC: hue angle of 281.8º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A752CC is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 82 | 204 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.2 |
| HSL | 281.8º | 0.54% | 0.56% | - |
| HSV(B) | 281.8º | 0.6% | 0.8% | - |
| XYZ | 29.85 | 18.61 | 59.15 | - |
| YUV | 121.32 | 174.66 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 204 | 0.18 | 0.60 | 0 | 0.2 | 281.8 | 0.54 | 0.56 |
| Hex | A7 | 52 | CC | 12 | 3C | 0 | 14 | 11A | 36 | 38 |
| Octal | 247 | 122 | 314 | 22 | 74 | 0 | 24 | 432 | 66 | 70 |
| Binary | 10100111 | 1010010 | 11001100 | 10010 | 111100 | 0 | 10100 | 100011010 | 110110 | 111000 |
Color Harmonies of #A752CC
Complementary color
Monochromatic Colors of #A752CC
Black with #A752CC
Text Example
Text Example
White with #A752CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752CC; }
p { color: rgb(167,82,204); }
H1.HeaderClassName
{
color: #A752CC;
}
.AnyTagClassName
{
color: #A752CC;
}
</style>
background-color css
<style>
a { background-color: #A752CC; }
a { background-color: rgb(167,82,204); }
div.DivClassName
{
background-color: #A752CC;
}
.BgClassName
{
background-color: #A752CC;
}
</style>
border-color css
<style>
span { border-color: #A752CC; }
span { border-color: rgb(167,82,204); }
td.TdClassName
{
border-color: #A752CC;
}
.TagClassName
{
border-color: #A752CC;
}
</style>