Shades of Medium Orchid #A74BEE
Tints of Medium Orchid #A74BEE
RGB
CMYK
RGB Variations
Color information
#A74BEE (or 0xA74BEE) is known color: Medium Orchid. HEX triplet: A7, 4B and EE. RGB value is (167,75,238). Sum of RGB (Red+Green+Blue) = 167+75+238=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #A74BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74BEE is #58B411. Grayscale: #787878. Windows color (decimal): -5813266 or 15616935. OLE color: 15616935.
HSL color Cylindrical-coordinate representation of color #A74BEE: hue angle of 273.87º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A74BEE is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 75 | 238 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.07 |
| HSL | 273.87º | 0.83% | 0.61% | - |
| HSV(B) | 273.87º | 0.68% | 0.93% | - |
| XYZ | 33.89 | 19.42 | 82.85 | - |
| YUV | 121.09 | 193.98 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 75 | 238 | 0.30 | 0.68 | 0 | 0.07 | 273.87 | 0.83 | 0.61 |
| Hex | A7 | 4B | EE | 1E | 44 | 0 | 7 | 112 | 53 | 3D |
| Octal | 247 | 113 | 356 | 36 | 104 | 0 | 7 | 422 | 123 | 75 |
| Binary | 10100111 | 1001011 | 11101110 | 11110 | 1000100 | 0 | 111 | 100010010 | 1010011 | 111101 |
Color Harmonies of #A74BEE
Complementary color
Monochromatic Colors of #A74BEE
Black with #A74BEE
Text Example
Text Example
White with #A74BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74BEE; }
p { color: rgb(167,75,238); }
H1.HeaderClassName
{
color: #A74BEE;
}
.AnyTagClassName
{
color: #A74BEE;
}
</style>
background-color css
<style>
a { background-color: #A74BEE; }
a { background-color: rgb(167,75,238); }
div.DivClassName
{
background-color: #A74BEE;
}
.BgClassName
{
background-color: #A74BEE;
}
</style>
border-color css
<style>
span { border-color: #A74BEE; }
span { border-color: rgb(167,75,238); }
td.TdClassName
{
border-color: #A74BEE;
}
.TagClassName
{
border-color: #A74BEE;
}
</style>