Shades of Medium Orchid #A943E6
Tints of Medium Orchid #A943E6
RGB
CMYK
RGB Variations
Color information
#A943E6 (or 0xA943E6) is known color: Medium Orchid. HEX triplet: A9, 43 and E6. RGB value is (169,67,230). Sum of RGB (Red+Green+Blue) = 169+67+230=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #A943E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A943E6 is #56BC19. Grayscale: #737373. Windows color (decimal): -5684250 or 15090601. OLE color: 15090601.
HSL color Cylindrical-coordinate representation of color #A943E6: hue angle of 277.55º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A943E6 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 67 | 230 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.10 |
| HSL | 277.55º | 0.77% | 0.58% | - |
| HSV(B) | 277.55º | 0.71% | 0.9% | - |
| XYZ | 32.65 | 18.16 | 76.65 | - |
| YUV | 116.08 | 192.29 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 230 | 0.27 | 0.71 | 0 | 0.10 | 277.55 | 0.77 | 0.58 |
| Hex | A9 | 43 | E6 | 1B | 47 | 0 | A | 116 | 4D | 3A |
| Octal | 251 | 103 | 346 | 33 | 107 | 0 | 12 | 426 | 115 | 72 |
| Binary | 10101001 | 1000011 | 11100110 | 11011 | 1000111 | 0 | 1010 | 100010110 | 1001101 | 111010 |
Color Harmonies of #A943E6
Complementary color
Monochromatic Colors of #A943E6
Black with #A943E6
Text Example
Text Example
White with #A943E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A943E6; }
p { color: rgb(169,67,230); }
H1.HeaderClassName
{
color: #A943E6;
}
.AnyTagClassName
{
color: #A943E6;
}
</style>
background-color css
<style>
a { background-color: #A943E6; }
a { background-color: rgb(169,67,230); }
div.DivClassName
{
background-color: #A943E6;
}
.BgClassName
{
background-color: #A943E6;
}
</style>
border-color css
<style>
span { border-color: #A943E6; }
span { border-color: rgb(169,67,230); }
td.TdClassName
{
border-color: #A943E6;
}
.TagClassName
{
border-color: #A943E6;
}
</style>