Shades of Medium Orchid #A34BDC
Tints of Medium Orchid #A34BDC
RGB
CMYK
RGB Variations
Color information
#A34BDC (or 0xA34BDC) is known color: Medium Orchid. HEX triplet: A3, 4B and DC. RGB value is (163,75,220). Sum of RGB (Red+Green+Blue) = 163+75+220=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #A34BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34BDC is #5CB423. Grayscale: #757575. Windows color (decimal): -6075428 or 14437283. OLE color: 14437283.
HSL color Cylindrical-coordinate representation of color #A34BDC: hue angle of 276.41º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A34BDC is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 75 | 220 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.14 |
| HSL | 276.41º | 0.67% | 0.58% | - |
| HSV(B) | 276.41º | 0.66% | 0.86% | - |
| XYZ | 30.54 | 17.99 | 69.57 | - |
| YUV | 117.84 | 185.65 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 220 | 0.26 | 0.66 | 0 | 0.14 | 276.41 | 0.67 | 0.58 |
| Hex | A3 | 4B | DC | 1A | 42 | 0 | E | 114 | 43 | 3A |
| Octal | 243 | 113 | 334 | 32 | 102 | 0 | 16 | 424 | 103 | 72 |
| Binary | 10100011 | 1001011 | 11011100 | 11010 | 1000010 | 0 | 1110 | 100010100 | 1000011 | 111010 |
Color Harmonies of #A34BDC
Complementary color
Monochromatic Colors of #A34BDC
Black with #A34BDC
Text Example
Text Example
White with #A34BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34BDC; }
p { color: rgb(163,75,220); }
H1.HeaderClassName
{
color: #A34BDC;
}
.AnyTagClassName
{
color: #A34BDC;
}
</style>
background-color css
<style>
a { background-color: #A34BDC; }
a { background-color: rgb(163,75,220); }
div.DivClassName
{
background-color: #A34BDC;
}
.BgClassName
{
background-color: #A34BDC;
}
</style>
border-color css
<style>
span { border-color: #A34BDC; }
span { border-color: rgb(163,75,220); }
td.TdClassName
{
border-color: #A34BDC;
}
.TagClassName
{
border-color: #A34BDC;
}
</style>