Shades of Medium Orchid #A34CD6
Tints of Medium Orchid #A34CD6
RGB
CMYK
RGB Variations
Color information
#A34CD6 (or 0xA34CD6) is known color: Medium Orchid. HEX triplet: A3, 4C and D6. RGB value is (163,76,214). Sum of RGB (Red+Green+Blue) = 163+76+214=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #A34CD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CD6 is #5CB329. Grayscale: #757575. Windows color (decimal): -6075178 or 14044323. OLE color: 14044323.
HSL color Cylindrical-coordinate representation of color #A34CD6: hue angle of 277.83º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A34CD6 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 76 | 214 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.16 |
| HSL | 277.83º | 0.63% | 0.57% | - |
| HSV(B) | 277.83º | 0.64% | 0.84% | - |
| XYZ | 29.83 | 17.81 | 65.48 | - |
| YUV | 117.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 214 | 0.24 | 0.64 | 0 | 0.16 | 277.83 | 0.63 | 0.57 |
| Hex | A3 | 4C | D6 | 18 | 40 | 0 | 10 | 116 | 3F | 39 |
| Octal | 243 | 114 | 326 | 30 | 100 | 0 | 20 | 426 | 77 | 71 |
| Binary | 10100011 | 1001100 | 11010110 | 11000 | 1000000 | 0 | 10000 | 100010110 | 111111 | 111001 |
Color Harmonies of #A34CD6
Complementary color
Monochromatic Colors of #A34CD6
Black with #A34CD6
Text Example
Text Example
White with #A34CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34CD6; }
p { color: rgb(163,76,214); }
H1.HeaderClassName
{
color: #A34CD6;
}
.AnyTagClassName
{
color: #A34CD6;
}
</style>
background-color css
<style>
a { background-color: #A34CD6; }
a { background-color: rgb(163,76,214); }
div.DivClassName
{
background-color: #A34CD6;
}
.BgClassName
{
background-color: #A34CD6;
}
</style>
border-color css
<style>
span { border-color: #A34CD6; }
span { border-color: rgb(163,76,214); }
td.TdClassName
{
border-color: #A34CD6;
}
.TagClassName
{
border-color: #A34CD6;
}
</style>