Shades of Medium Orchid #A754E9
Tints of Medium Orchid #A754E9
RGB
CMYK
RGB Variations
Color information
#A754E9 (or 0xA754E9) is known color: Medium Orchid. HEX triplet: A7, 54 and E9. RGB value is (167,84,233). Sum of RGB (Red+Green+Blue) = 167+84+233=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 233 (91.41% from 255 or 48.14% from 484); Max value from RGB is 233 - color contains mainly: blue. Hex color #A754E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A754E9 is #58AB16. Grayscale: #7D7D7D. Windows color (decimal): -5810967 or 15291559. OLE color: 15291559.
HSL color Cylindrical-coordinate representation of color #A754E9: hue angle of 273.42º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A754E9 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 84 | 233 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.09 |
| HSL | 273.42º | 0.77% | 0.62% | - |
| HSV(B) | 273.42º | 0.64% | 0.91% | - |
| XYZ | 33.81 | 20.44 | 79.25 | - |
| YUV | 125.8 | 188.5 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 84 | 233 | 0.28 | 0.64 | 0 | 0.09 | 273.42 | 0.77 | 0.62 |
| Hex | A7 | 54 | E9 | 1C | 40 | 0 | 9 | 111 | 4D | 3E |
| Octal | 247 | 124 | 351 | 34 | 100 | 0 | 11 | 421 | 115 | 76 |
| Binary | 10100111 | 1010100 | 11101001 | 11100 | 1000000 | 0 | 1001 | 100010001 | 1001101 | 111110 |
Color Harmonies of #A754E9
Complementary color
Monochromatic Colors of #A754E9
Black with #A754E9
Text Example
Text Example
White with #A754E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A754E9; }
p { color: rgb(167,84,233); }
H1.HeaderClassName
{
color: #A754E9;
}
.AnyTagClassName
{
color: #A754E9;
}
</style>
background-color css
<style>
a { background-color: #A754E9; }
a { background-color: rgb(167,84,233); }
div.DivClassName
{
background-color: #A754E9;
}
.BgClassName
{
background-color: #A754E9;
}
</style>
border-color css
<style>
span { border-color: #A754E9; }
span { border-color: rgb(167,84,233); }
td.TdClassName
{
border-color: #A754E9;
}
.TagClassName
{
border-color: #A754E9;
}
</style>