Shades of Medium Orchid #A647E4
Tints of Medium Orchid #A647E4
RGB
CMYK
RGB Variations
Color information
#A647E4 (or 0xA647E4) is known color: Medium Orchid. HEX triplet: A6, 47 and E4. RGB value is (166,71,228). Sum of RGB (Red+Green+Blue) = 166+71+228=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #A647E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A647E4 is #59B81B. Grayscale: #747474. Windows color (decimal): -5879836 or 14960550. OLE color: 14960550.
HSL color Cylindrical-coordinate representation of color #A647E4: hue angle of 276.31º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A647E4 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 71 | 228 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.11 |
| HSL | 276.31º | 0.74% | 0.59% | - |
| HSV(B) | 276.31º | 0.69% | 0.89% | - |
| XYZ | 31.98 | 18.21 | 75.23 | - |
| YUV | 117.3 | 190.47 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 228 | 0.27 | 0.69 | 0 | 0.11 | 276.31 | 0.74 | 0.59 |
| Hex | A6 | 47 | E4 | 1B | 45 | 0 | B | 114 | 4A | 3B |
| Octal | 246 | 107 | 344 | 33 | 105 | 0 | 13 | 424 | 112 | 73 |
| Binary | 10100110 | 1000111 | 11100100 | 11011 | 1000101 | 0 | 1011 | 100010100 | 1001010 | 111011 |
Color Harmonies of #A647E4
Complementary color
Monochromatic Colors of #A647E4
Black with #A647E4
Text Example
Text Example
White with #A647E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647E4; }
p { color: rgb(166,71,228); }
H1.HeaderClassName
{
color: #A647E4;
}
.AnyTagClassName
{
color: #A647E4;
}
</style>
background-color css
<style>
a { background-color: #A647E4; }
a { background-color: rgb(166,71,228); }
div.DivClassName
{
background-color: #A647E4;
}
.BgClassName
{
background-color: #A647E4;
}
</style>
border-color css
<style>
span { border-color: #A647E4; }
span { border-color: rgb(166,71,228); }
td.TdClassName
{
border-color: #A647E4;
}
.TagClassName
{
border-color: #A647E4;
}
</style>