Shades of Medium Orchid #A745E6
Tints of Medium Orchid #A745E6
RGB
CMYK
RGB Variations
Color information
#A745E6 (or 0xA745E6) is known color: Medium Orchid. HEX triplet: A7, 45 and E6. RGB value is (167,69,230). Sum of RGB (Red+Green+Blue) = 167+69+230=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #A745E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A745E6 is #58BA19. Grayscale: #747474. Windows color (decimal): -5814810 or 15091111. OLE color: 15091111.
HSL color Cylindrical-coordinate representation of color #A745E6: hue angle of 276.52º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A745E6 is Cyan = 0.27, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 69 | 230 | - |
| CMYK | 0.27 | 0.7 | 0 | 0.10 |
| HSL | 276.52º | 0.76% | 0.59% | - |
| HSV(B) | 276.52º | 0.7% | 0.9% | - |
| XYZ | 32.35 | 18.18 | 76.67 | - |
| YUV | 116.66 | 191.97 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 230 | 0.27 | 0.7 | 0 | 0.10 | 276.52 | 0.76 | 0.59 |
| Hex | A7 | 45 | E6 | 1B | 46 | 0 | A | 115 | 4C | 3B |
| Octal | 247 | 105 | 346 | 33 | 106 | 0 | 12 | 425 | 114 | 73 |
| Binary | 10100111 | 1000101 | 11100110 | 11011 | 1000110 | 0 | 1010 | 100010101 | 1001100 | 111011 |
Color Harmonies of #A745E6
Complementary color
Monochromatic Colors of #A745E6
Black with #A745E6
Text Example
Text Example
White with #A745E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A745E6; }
p { color: rgb(167,69,230); }
H1.HeaderClassName
{
color: #A745E6;
}
.AnyTagClassName
{
color: #A745E6;
}
</style>
background-color css
<style>
a { background-color: #A745E6; }
a { background-color: rgb(167,69,230); }
div.DivClassName
{
background-color: #A745E6;
}
.BgClassName
{
background-color: #A745E6;
}
</style>
border-color css
<style>
span { border-color: #A745E6; }
span { border-color: rgb(167,69,230); }
td.TdClassName
{
border-color: #A745E6;
}
.TagClassName
{
border-color: #A745E6;
}
</style>