Shades of Medium Orchid #A94FF2
Tints of Medium Orchid #A94FF2
RGB
CMYK
RGB Variations
Color information
#A94FF2 (or 0xA94FF2) is known color: Medium Orchid. HEX triplet: A9, 4F and F2. RGB value is (169,79,242). Sum of RGB (Red+Green+Blue) = 169+79+242=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #A94FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94FF2 is #56B00D. Grayscale: #7B7B7B. Windows color (decimal): -5681166 or 15880105. OLE color: 15880105.
HSL color Cylindrical-coordinate representation of color #A94FF2: hue angle of 273.13º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A94FF2 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 79 | 242 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.05 |
| HSL | 273.13º | 0.86% | 0.63% | - |
| HSV(B) | 273.13º | 0.67% | 0.95% | - |
| XYZ | 35.19 | 20.44 | 86.09 | - |
| YUV | 124.49 | 194.32 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 79 | 242 | 0.30 | 0.67 | 0 | 0.05 | 273.13 | 0.86 | 0.63 |
| Hex | A9 | 4F | F2 | 1E | 43 | 0 | 5 | 111 | 56 | 3F |
| Octal | 251 | 117 | 362 | 36 | 103 | 0 | 5 | 421 | 126 | 77 |
| Binary | 10101001 | 1001111 | 11110010 | 11110 | 1000011 | 0 | 101 | 100010001 | 1010110 | 111111 |
Color Harmonies of #A94FF2
Complementary color
Monochromatic Colors of #A94FF2
Black with #A94FF2
Text Example
Text Example
White with #A94FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94FF2; }
p { color: rgb(169,79,242); }
H1.HeaderClassName
{
color: #A94FF2;
}
.AnyTagClassName
{
color: #A94FF2;
}
</style>
background-color css
<style>
a { background-color: #A94FF2; }
a { background-color: rgb(169,79,242); }
div.DivClassName
{
background-color: #A94FF2;
}
.BgClassName
{
background-color: #A94FF2;
}
</style>
border-color css
<style>
span { border-color: #A94FF2; }
span { border-color: rgb(169,79,242); }
td.TdClassName
{
border-color: #A94FF2;
}
.TagClassName
{
border-color: #A94FF2;
}
</style>