Shades of Medium Orchid #A752DA
Tints of Medium Orchid #A752DA
RGB
CMYK
RGB Variations
Color information
#A752DA (or 0xA752DA) is known color: Medium Orchid. HEX triplet: A7, 52 and DA. RGB value is (167,82,218). Sum of RGB (Red+Green+Blue) = 167+82+218=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #A752DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752DA is #58AD25. Grayscale: #7A7A7A. Windows color (decimal): -5811494 or 14308007. OLE color: 14308007.
HSL color Cylindrical-coordinate representation of color #A752DA: hue angle of 277.5º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A752DA is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 82 | 218 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.15 |
| HSL | 277.5º | 0.65% | 0.59% | - |
| HSV(B) | 277.5º | 0.62% | 0.85% | - |
| XYZ | 31.61 | 19.31 | 68.39 | - |
| YUV | 122.92 | 181.66 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 218 | 0.23 | 0.62 | 0 | 0.15 | 277.5 | 0.65 | 0.59 |
| Hex | A7 | 52 | DA | 17 | 3E | 0 | F | 116 | 41 | 3B |
| Octal | 247 | 122 | 332 | 27 | 76 | 0 | 17 | 426 | 101 | 73 |
| Binary | 10100111 | 1010010 | 11011010 | 10111 | 111110 | 0 | 1111 | 100010110 | 1000001 | 111011 |
Color Harmonies of #A752DA
Complementary color
Monochromatic Colors of #A752DA
Black with #A752DA
Text Example
Text Example
White with #A752DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752DA; }
p { color: rgb(167,82,218); }
H1.HeaderClassName
{
color: #A752DA;
}
.AnyTagClassName
{
color: #A752DA;
}
</style>
background-color css
<style>
a { background-color: #A752DA; }
a { background-color: rgb(167,82,218); }
div.DivClassName
{
background-color: #A752DA;
}
.BgClassName
{
background-color: #A752DA;
}
</style>
border-color css
<style>
span { border-color: #A752DA; }
span { border-color: rgb(167,82,218); }
td.TdClassName
{
border-color: #A752DA;
}
.TagClassName
{
border-color: #A752DA;
}
</style>