Shades of Medium Orchid #A745ED
Tints of Medium Orchid #A745ED
RGB
CMYK
RGB Variations
Color information
#A745ED (or 0xA745ED) is known color: Medium Orchid. HEX triplet: A7, 45 and ED. RGB value is (167,69,237). Sum of RGB (Red+Green+Blue) = 167+69+237=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #A745ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A745ED is #58BA12. Grayscale: #747474. Windows color (decimal): -5814803 or 15549863. OLE color: 15549863.
HSL color Cylindrical-coordinate representation of color #A745ED: hue angle of 275º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A745ED is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 69 | 237 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.07 |
| HSL | 275º | 0.82% | 0.6% | - |
| HSV(B) | 275º | 0.71% | 0.93% | - |
| XYZ | 33.35 | 18.59 | 81.95 | - |
| YUV | 117.45 | 195.47 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 237 | 0.30 | 0.71 | 0 | 0.07 | 275 | 0.82 | 0.6 |
| Hex | A7 | 45 | ED | 1E | 47 | 0 | 7 | 113 | 52 | 3C |
| Octal | 247 | 105 | 355 | 36 | 107 | 0 | 7 | 423 | 122 | 74 |
| Binary | 10100111 | 1000101 | 11101101 | 11110 | 1000111 | 0 | 111 | 100010011 | 1010010 | 111100 |
Color Harmonies of #A745ED
Complementary color
Monochromatic Colors of #A745ED
Black with #A745ED
Text Example
Text Example
White with #A745ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A745ED; }
p { color: rgb(167,69,237); }
H1.HeaderClassName
{
color: #A745ED;
}
.AnyTagClassName
{
color: #A745ED;
}
</style>
background-color css
<style>
a { background-color: #A745ED; }
a { background-color: rgb(167,69,237); }
div.DivClassName
{
background-color: #A745ED;
}
.BgClassName
{
background-color: #A745ED;
}
</style>
border-color css
<style>
span { border-color: #A745ED; }
span { border-color: rgb(167,69,237); }
td.TdClassName
{
border-color: #A745ED;
}
.TagClassName
{
border-color: #A745ED;
}
</style>