Shades of Medium Orchid #A94CFE
Tints of Medium Orchid #A94CFE
RGB
CMYK
RGB Variations
Color information
#A94CFE (or 0xA94CFE) is known color: Medium Orchid. HEX triplet: A9, 4C and FE. RGB value is (169,76,254). Sum of RGB (Red+Green+Blue) = 169+76+254=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #A94CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94CFE is #56B301. Grayscale: #7B7B7B. Windows color (decimal): -5681922 or 16665769. OLE color: 16665769.
HSL color Cylindrical-coordinate representation of color #A94CFE: hue angle of 271.35º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A94CFE is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 76 | 254 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.00 |
| HSL | 271.35º | 0.99% | 0.65% | - |
| HSV(B) | 271.35º | 0.7% | 1% | - |
| XYZ | 36.84 | 20.76 | 95.83 | - |
| YUV | 124.1 | 201.31 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 254 | 0.33 | 0.70 | 0 | 0.00 | 271.35 | 0.99 | 0.65 |
| Hex | A9 | 4C | FE | 21 | 46 | 0 | 0 | 10F | 63 | 41 |
| Octal | 251 | 114 | 376 | 41 | 106 | 0 | 0 | 417 | 143 | 101 |
| Binary | 10101001 | 1001100 | 11111110 | 100001 | 1000110 | 0 | 0 | 100001111 | 1100011 | 1000001 |
Color Harmonies of #A94CFE
Complementary color
Monochromatic Colors of #A94CFE
Black with #A94CFE
Text Example
Text Example
White with #A94CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94CFE; }
p { color: rgb(169,76,254); }
H1.HeaderClassName
{
color: #A94CFE;
}
.AnyTagClassName
{
color: #A94CFE;
}
</style>
background-color css
<style>
a { background-color: #A94CFE; }
a { background-color: rgb(169,76,254); }
div.DivClassName
{
background-color: #A94CFE;
}
.BgClassName
{
background-color: #A94CFE;
}
</style>
border-color css
<style>
span { border-color: #A94CFE; }
span { border-color: rgb(169,76,254); }
td.TdClassName
{
border-color: #A94CFE;
}
.TagClassName
{
border-color: #A94CFE;
}
</style>