Shades of Medium Orchid #A745EA
Tints of Medium Orchid #A745EA
RGB
CMYK
RGB Variations
Color information
#A745EA (or 0xA745EA) is known color: Medium Orchid. HEX triplet: A7, 45 and EA. RGB value is (167,69,234). Sum of RGB (Red+Green+Blue) = 167+69+234=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #A745EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A745EA is #58BA15. Grayscale: #747474. Windows color (decimal): -5814806 or 15353255. OLE color: 15353255.
HSL color Cylindrical-coordinate representation of color #A745EA: hue angle of 275.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A745EA is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 69 | 234 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.08 |
| HSL | 275.64º | 0.8% | 0.59% | - |
| HSV(B) | 275.64º | 0.71% | 0.92% | - |
| XYZ | 32.92 | 18.41 | 79.66 | - |
| YUV | 117.11 | 193.97 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 234 | 0.29 | 0.71 | 0 | 0.08 | 275.64 | 0.8 | 0.59 |
| Hex | A7 | 45 | EA | 1D | 47 | 0 | 8 | 114 | 50 | 3B |
| Octal | 247 | 105 | 352 | 35 | 107 | 0 | 10 | 424 | 120 | 73 |
| Binary | 10100111 | 1000101 | 11101010 | 11101 | 1000111 | 0 | 1000 | 100010100 | 1010000 | 111011 |
Color Harmonies of #A745EA
Complementary color
Monochromatic Colors of #A745EA
Black with #A745EA
Text Example
Text Example
White with #A745EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A745EA; }
p { color: rgb(167,69,234); }
H1.HeaderClassName
{
color: #A745EA;
}
.AnyTagClassName
{
color: #A745EA;
}
</style>
background-color css
<style>
a { background-color: #A745EA; }
a { background-color: rgb(167,69,234); }
div.DivClassName
{
background-color: #A745EA;
}
.BgClassName
{
background-color: #A745EA;
}
</style>
border-color css
<style>
span { border-color: #A745EA; }
span { border-color: rgb(167,69,234); }
td.TdClassName
{
border-color: #A745EA;
}
.TagClassName
{
border-color: #A745EA;
}
</style>