Shades of Medium Orchid #A654EA
Tints of Medium Orchid #A654EA
RGB
CMYK
RGB Variations
Color information
#A654EA (or 0xA654EA) is known color: Medium Orchid. HEX triplet: A6, 54 and EA. RGB value is (166,84,234). Sum of RGB (Red+Green+Blue) = 166+84+234=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #A654EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A654EA is #59AB15. Grayscale: #7D7D7D. Windows color (decimal): -5876502 or 15357094. OLE color: 15357094.
HSL color Cylindrical-coordinate representation of color #A654EA: hue angle of 272.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A654EA is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 84 | 234 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.08 |
| HSL | 272.8º | 0.78% | 0.62% | - |
| HSV(B) | 272.8º | 0.64% | 0.92% | - |
| XYZ | 33.75 | 20.39 | 80 | - |
| YUV | 125.62 | 189.17 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 234 | 0.29 | 0.64 | 0 | 0.08 | 272.8 | 0.78 | 0.62 |
| Hex | A6 | 54 | EA | 1D | 40 | 0 | 8 | 111 | 4E | 3E |
| Octal | 246 | 124 | 352 | 35 | 100 | 0 | 10 | 421 | 116 | 76 |
| Binary | 10100110 | 1010100 | 11101010 | 11101 | 1000000 | 0 | 1000 | 100010001 | 1001110 | 111110 |
Color Harmonies of #A654EA
Complementary color
Monochromatic Colors of #A654EA
Black with #A654EA
Text Example
Text Example
White with #A654EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A654EA; }
p { color: rgb(166,84,234); }
H1.HeaderClassName
{
color: #A654EA;
}
.AnyTagClassName
{
color: #A654EA;
}
</style>
background-color css
<style>
a { background-color: #A654EA; }
a { background-color: rgb(166,84,234); }
div.DivClassName
{
background-color: #A654EA;
}
.BgClassName
{
background-color: #A654EA;
}
</style>
border-color css
<style>
span { border-color: #A654EA; }
span { border-color: rgb(166,84,234); }
td.TdClassName
{
border-color: #A654EA;
}
.TagClassName
{
border-color: #A654EA;
}
</style>