Shades of Medium Orchid #A752EA
Tints of Medium Orchid #A752EA
RGB
CMYK
RGB Variations
Color information
#A752EA (or 0xA752EA) is known color: Medium Orchid. HEX triplet: A7, 52 and EA. RGB value is (167,82,234). Sum of RGB (Red+Green+Blue) = 167+82+234=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #A752EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A752EA is #58AD15. Grayscale: #7C7C7C. Windows color (decimal): -5811478 or 15356583. OLE color: 15356583.
HSL color Cylindrical-coordinate representation of color #A752EA: hue angle of 273.55º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A752EA is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 82 | 234 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.08 |
| HSL | 273.55º | 0.78% | 0.62% | - |
| HSV(B) | 273.55º | 0.65% | 0.92% | - |
| XYZ | 33.8 | 20.19 | 79.96 | - |
| YUV | 124.74 | 189.66 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 234 | 0.29 | 0.65 | 0 | 0.08 | 273.55 | 0.78 | 0.62 |
| Hex | A7 | 52 | EA | 1D | 41 | 0 | 8 | 112 | 4E | 3E |
| Octal | 247 | 122 | 352 | 35 | 101 | 0 | 10 | 422 | 116 | 76 |
| Binary | 10100111 | 1010010 | 11101010 | 11101 | 1000001 | 0 | 1000 | 100010010 | 1001110 | 111110 |
Color Harmonies of #A752EA
Complementary color
Monochromatic Colors of #A752EA
Black with #A752EA
Text Example
Text Example
White with #A752EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752EA; }
p { color: rgb(167,82,234); }
H1.HeaderClassName
{
color: #A752EA;
}
.AnyTagClassName
{
color: #A752EA;
}
</style>
background-color css
<style>
a { background-color: #A752EA; }
a { background-color: rgb(167,82,234); }
div.DivClassName
{
background-color: #A752EA;
}
.BgClassName
{
background-color: #A752EA;
}
</style>
border-color css
<style>
span { border-color: #A752EA; }
span { border-color: rgb(167,82,234); }
td.TdClassName
{
border-color: #A752EA;
}
.TagClassName
{
border-color: #A752EA;
}
</style>