Shades of Medium Orchid #A745E8
Tints of Medium Orchid #A745E8
RGB
CMYK
RGB Variations
Color information
#A745E8 (or 0xA745E8) is known color: Medium Orchid. HEX triplet: A7, 45 and E8. RGB value is (167,69,232). Sum of RGB (Red+Green+Blue) = 167+69+232=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #A745E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A745E8 is #58BA17. Grayscale: #747474. Windows color (decimal): -5814808 or 15222183. OLE color: 15222183.
HSL color Cylindrical-coordinate representation of color #A745E8: hue angle of 276.07º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A745E8 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 69 | 232 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.09 |
| HSL | 276.07º | 0.78% | 0.59% | - |
| HSV(B) | 276.07º | 0.7% | 0.91% | - |
| XYZ | 32.63 | 18.3 | 78.16 | - |
| YUV | 116.88 | 192.97 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 232 | 0.28 | 0.70 | 0 | 0.09 | 276.07 | 0.78 | 0.59 |
| Hex | A7 | 45 | E8 | 1C | 46 | 0 | 9 | 114 | 4E | 3B |
| Octal | 247 | 105 | 350 | 34 | 106 | 0 | 11 | 424 | 116 | 73 |
| Binary | 10100111 | 1000101 | 11101000 | 11100 | 1000110 | 0 | 1001 | 100010100 | 1001110 | 111011 |
Color Harmonies of #A745E8
Complementary color
Monochromatic Colors of #A745E8
Black with #A745E8
Text Example
Text Example
White with #A745E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A745E8; }
p { color: rgb(167,69,232); }
H1.HeaderClassName
{
color: #A745E8;
}
.AnyTagClassName
{
color: #A745E8;
}
</style>
background-color css
<style>
a { background-color: #A745E8; }
a { background-color: rgb(167,69,232); }
div.DivClassName
{
background-color: #A745E8;
}
.BgClassName
{
background-color: #A745E8;
}
</style>
border-color css
<style>
span { border-color: #A745E8; }
span { border-color: rgb(167,69,232); }
td.TdClassName
{
border-color: #A745E8;
}
.TagClassName
{
border-color: #A745E8;
}
</style>