Shades of Medium Orchid #A752F1
Tints of Medium Orchid #A752F1
RGB
CMYK
RGB Variations
Color information
#A752F1 (or 0xA752F1) is known color: Medium Orchid. HEX triplet: A7, 52 and F1. RGB value is (167,82,241). Sum of RGB (Red+Green+Blue) = 167+82+241=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #A752F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A752F1 is #58AD0E. Grayscale: #7C7C7C. Windows color (decimal): -5811471 or 15815335. OLE color: 15815335.
HSL color Cylindrical-coordinate representation of color #A752F1: hue angle of 272.08º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A752F1 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 82 | 241 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.05 |
| HSL | 272.08º | 0.85% | 0.63% | - |
| HSV(B) | 272.08º | 0.66% | 0.95% | - |
| XYZ | 34.83 | 20.6 | 85.36 | - |
| YUV | 125.54 | 193.16 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 241 | 0.31 | 0.66 | 0 | 0.05 | 272.08 | 0.85 | 0.63 |
| Hex | A7 | 52 | F1 | 1F | 42 | 0 | 5 | 110 | 55 | 3F |
| Octal | 247 | 122 | 361 | 37 | 102 | 0 | 5 | 420 | 125 | 77 |
| Binary | 10100111 | 1010010 | 11110001 | 11111 | 1000010 | 0 | 101 | 100010000 | 1010101 | 111111 |
Color Harmonies of #A752F1
Complementary color
Monochromatic Colors of #A752F1
Black with #A752F1
Text Example
Text Example
White with #A752F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752F1; }
p { color: rgb(167,82,241); }
H1.HeaderClassName
{
color: #A752F1;
}
.AnyTagClassName
{
color: #A752F1;
}
</style>
background-color css
<style>
a { background-color: #A752F1; }
a { background-color: rgb(167,82,241); }
div.DivClassName
{
background-color: #A752F1;
}
.BgClassName
{
background-color: #A752F1;
}
</style>
border-color css
<style>
span { border-color: #A752F1; }
span { border-color: rgb(167,82,241); }
td.TdClassName
{
border-color: #A752F1;
}
.TagClassName
{
border-color: #A752F1;
}
</style>