Shades of Medium Orchid #A949EB
Tints of Medium Orchid #A949EB
RGB
CMYK
RGB Variations
Color information
#A949EB (or 0xA949EB) is known color: Medium Orchid. HEX triplet: A9, 49 and EB. RGB value is (169,73,235). Sum of RGB (Red+Green+Blue) = 169+73+235=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #A949EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A949EB is #56B614. Grayscale: #777777. Windows color (decimal): -5682709 or 15419817. OLE color: 15419817.
HSL color Cylindrical-coordinate representation of color #A949EB: hue angle of 275.56º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A949EB is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 73 | 235 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.08 |
| HSL | 275.56º | 0.8% | 0.6% | - |
| HSV(B) | 275.56º | 0.69% | 0.92% | - |
| XYZ | 33.74 | 19.2 | 80.52 | - |
| YUV | 120.17 | 192.8 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 235 | 0.28 | 0.69 | 0 | 0.08 | 275.56 | 0.8 | 0.6 |
| Hex | A9 | 49 | EB | 1C | 45 | 0 | 8 | 114 | 50 | 3C |
| Octal | 251 | 111 | 353 | 34 | 105 | 0 | 10 | 424 | 120 | 74 |
| Binary | 10101001 | 1001001 | 11101011 | 11100 | 1000101 | 0 | 1000 | 100010100 | 1010000 | 111100 |
Color Harmonies of #A949EB
Complementary color
Monochromatic Colors of #A949EB
Black with #A949EB
Text Example
Text Example
White with #A949EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A949EB; }
p { color: rgb(169,73,235); }
H1.HeaderClassName
{
color: #A949EB;
}
.AnyTagClassName
{
color: #A949EB;
}
</style>
background-color css
<style>
a { background-color: #A949EB; }
a { background-color: rgb(169,73,235); }
div.DivClassName
{
background-color: #A949EB;
}
.BgClassName
{
background-color: #A949EB;
}
</style>
border-color css
<style>
span { border-color: #A949EB; }
span { border-color: rgb(169,73,235); }
td.TdClassName
{
border-color: #A949EB;
}
.TagClassName
{
border-color: #A949EB;
}
</style>