Shades of Medium Orchid #A34CDC
Tints of Medium Orchid #A34CDC
RGB
CMYK
RGB Variations
Color information
#A34CDC (or 0xA34CDC) is known color: Medium Orchid. HEX triplet: A3, 4C and DC. RGB value is (163,76,220). Sum of RGB (Red+Green+Blue) = 163+76+220=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #A34CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CDC is #5CB323. Grayscale: #757575. Windows color (decimal): -6075172 or 14437539. OLE color: 14437539.
HSL color Cylindrical-coordinate representation of color #A34CDC: hue angle of 276.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A34CDC is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 76 | 220 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.14 |
| HSL | 276.25º | 0.67% | 0.58% | - |
| HSV(B) | 276.25º | 0.65% | 0.86% | - |
| XYZ | 30.61 | 18.12 | 69.6 | - |
| YUV | 118.43 | 185.32 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 220 | 0.26 | 0.65 | 0 | 0.14 | 276.25 | 0.67 | 0.58 |
| Hex | A3 | 4C | DC | 1A | 41 | 0 | E | 114 | 43 | 3A |
| Octal | 243 | 114 | 334 | 32 | 101 | 0 | 16 | 424 | 103 | 72 |
| Binary | 10100011 | 1001100 | 11011100 | 11010 | 1000001 | 0 | 1110 | 100010100 | 1000011 | 111010 |
Color Harmonies of #A34CDC
Complementary color
Monochromatic Colors of #A34CDC
Black with #A34CDC
Text Example
Text Example
White with #A34CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34CDC; }
p { color: rgb(163,76,220); }
H1.HeaderClassName
{
color: #A34CDC;
}
.AnyTagClassName
{
color: #A34CDC;
}
</style>
background-color css
<style>
a { background-color: #A34CDC; }
a { background-color: rgb(163,76,220); }
div.DivClassName
{
background-color: #A34CDC;
}
.BgClassName
{
background-color: #A34CDC;
}
</style>
border-color css
<style>
span { border-color: #A34CDC; }
span { border-color: rgb(163,76,220); }
td.TdClassName
{
border-color: #A34CDC;
}
.TagClassName
{
border-color: #A34CDC;
}
</style>