Shades of Medium Orchid #A747DA
Tints of Medium Orchid #A747DA
RGB
CMYK
RGB Variations
Color information
#A747DA (or 0xA747DA) is known color: Medium Orchid. HEX triplet: A7, 47 and DA. RGB value is (167,71,218). Sum of RGB (Red+Green+Blue) = 167+71+218=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #A747DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A747DA is #58B825. Grayscale: #737373. Windows color (decimal): -5814310 or 14305191. OLE color: 14305191.
HSL color Cylindrical-coordinate representation of color #A747DA: hue angle of 279.18º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A747DA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 71 | 218 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.15 |
| HSL | 279.18º | 0.67% | 0.57% | - |
| HSV(B) | 279.18º | 0.67% | 0.85% | - |
| XYZ | 30.84 | 17.78 | 68.14 | - |
| YUV | 116.46 | 185.3 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 218 | 0.23 | 0.67 | 0 | 0.15 | 279.18 | 0.67 | 0.57 |
| Hex | A7 | 47 | DA | 17 | 43 | 0 | F | 117 | 43 | 39 |
| Octal | 247 | 107 | 332 | 27 | 103 | 0 | 17 | 427 | 103 | 71 |
| Binary | 10100111 | 1000111 | 11011010 | 10111 | 1000011 | 0 | 1111 | 100010111 | 1000011 | 111001 |
Color Harmonies of #A747DA
Complementary color
Monochromatic Colors of #A747DA
Black with #A747DA
Text Example
Text Example
White with #A747DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A747DA; }
p { color: rgb(167,71,218); }
H1.HeaderClassName
{
color: #A747DA;
}
.AnyTagClassName
{
color: #A747DA;
}
</style>
background-color css
<style>
a { background-color: #A747DA; }
a { background-color: rgb(167,71,218); }
div.DivClassName
{
background-color: #A747DA;
}
.BgClassName
{
background-color: #A747DA;
}
</style>
border-color css
<style>
span { border-color: #A747DA; }
span { border-color: rgb(167,71,218); }
td.TdClassName
{
border-color: #A747DA;
}
.TagClassName
{
border-color: #A747DA;
}
</style>