Shades of Medium Orchid #A34BDF
Tints of Medium Orchid #A34BDF
RGB
CMYK
RGB Variations
Color information
#A34BDF (or 0xA34BDF) is known color: Medium Orchid. HEX triplet: A3, 4B and DF. RGB value is (163,75,223). Sum of RGB (Red+Green+Blue) = 163+75+223=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #A34BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34BDF is #5CB420. Grayscale: #757575. Windows color (decimal): -6075425 or 14633891. OLE color: 14633891.
HSL color Cylindrical-coordinate representation of color #A34BDF: hue angle of 275.68º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A34BDF is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 75 | 223 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.13 |
| HSL | 275.68º | 0.7% | 0.58% | - |
| HSV(B) | 275.68º | 0.66% | 0.87% | - |
| XYZ | 30.94 | 18.15 | 71.68 | - |
| YUV | 118.18 | 187.15 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 223 | 0.27 | 0.66 | 0 | 0.13 | 275.68 | 0.7 | 0.58 |
| Hex | A3 | 4B | DF | 1B | 42 | 0 | D | 114 | 46 | 3A |
| Octal | 243 | 113 | 337 | 33 | 102 | 0 | 15 | 424 | 106 | 72 |
| Binary | 10100011 | 1001011 | 11011111 | 11011 | 1000010 | 0 | 1101 | 100010100 | 1000110 | 111010 |
Color Harmonies of #A34BDF
Complementary color
Monochromatic Colors of #A34BDF
Black with #A34BDF
Text Example
Text Example
White with #A34BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34BDF; }
p { color: rgb(163,75,223); }
H1.HeaderClassName
{
color: #A34BDF;
}
.AnyTagClassName
{
color: #A34BDF;
}
</style>
background-color css
<style>
a { background-color: #A34BDF; }
a { background-color: rgb(163,75,223); }
div.DivClassName
{
background-color: #A34BDF;
}
.BgClassName
{
background-color: #A34BDF;
}
</style>
border-color css
<style>
span { border-color: #A34BDF; }
span { border-color: rgb(163,75,223); }
td.TdClassName
{
border-color: #A34BDF;
}
.TagClassName
{
border-color: #A34BDF;
}
</style>