Shades of Medium Orchid #A94AE5
Tints of Medium Orchid #A94AE5
RGB
CMYK
RGB Variations
Color information
#A94AE5 (or 0xA94AE5) is known color: Medium Orchid. HEX triplet: A9, 4A and E5. RGB value is (169,74,229). Sum of RGB (Red+Green+Blue) = 169+74+229=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #A94AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94AE5 is #56B51A. Grayscale: #777777. Windows color (decimal): -5682459 or 15026857. OLE color: 15026857.
HSL color Cylindrical-coordinate representation of color #A94AE5: hue angle of 276.77º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A94AE5 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 74 | 229 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.10 |
| HSL | 276.77º | 0.75% | 0.59% | - |
| HSV(B) | 276.77º | 0.68% | 0.9% | - |
| XYZ | 32.95 | 18.99 | 76.06 | - |
| YUV | 120.08 | 189.47 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 229 | 0.26 | 0.68 | 0 | 0.10 | 276.77 | 0.75 | 0.59 |
| Hex | A9 | 4A | E5 | 1A | 44 | 0 | A | 115 | 4B | 3B |
| Octal | 251 | 112 | 345 | 32 | 104 | 0 | 12 | 425 | 113 | 73 |
| Binary | 10101001 | 1001010 | 11100101 | 11010 | 1000100 | 0 | 1010 | 100010101 | 1001011 | 111011 |
Color Harmonies of #A94AE5
Complementary color
Monochromatic Colors of #A94AE5
Black with #A94AE5
Text Example
Text Example
White with #A94AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94AE5; }
p { color: rgb(169,74,229); }
H1.HeaderClassName
{
color: #A94AE5;
}
.AnyTagClassName
{
color: #A94AE5;
}
</style>
background-color css
<style>
a { background-color: #A94AE5; }
a { background-color: rgb(169,74,229); }
div.DivClassName
{
background-color: #A94AE5;
}
.BgClassName
{
background-color: #A94AE5;
}
</style>
border-color css
<style>
span { border-color: #A94AE5; }
span { border-color: rgb(169,74,229); }
td.TdClassName
{
border-color: #A94AE5;
}
.TagClassName
{
border-color: #A94AE5;
}
</style>