Shades of Medium Orchid #A34CE9
Tints of Medium Orchid #A34CE9
RGB
CMYK
RGB Variations
Color information
#A34CE9 (or 0xA34CE9) is known color: Medium Orchid. HEX triplet: A3, 4C and E9. RGB value is (163,76,233). Sum of RGB (Red+Green+Blue) = 163+76+233=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #A34CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A34CE9 is #5CB316. Grayscale: #777777. Windows color (decimal): -6075159 or 15289507. OLE color: 15289507.
HSL color Cylindrical-coordinate representation of color #A34CE9: hue angle of 273.25º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34CE9 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 76 | 233 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.09 |
| HSL | 273.25º | 0.78% | 0.61% | - |
| HSV(B) | 273.25º | 0.67% | 0.91% | - |
| XYZ | 32.4 | 18.84 | 79.02 | - |
| YUV | 119.91 | 191.82 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 233 | 0.30 | 0.67 | 0 | 0.09 | 273.25 | 0.78 | 0.61 |
| Hex | A3 | 4C | E9 | 1E | 43 | 0 | 9 | 111 | 4E | 3D |
| Octal | 243 | 114 | 351 | 36 | 103 | 0 | 11 | 421 | 116 | 75 |
| Binary | 10100011 | 1001100 | 11101001 | 11110 | 1000011 | 0 | 1001 | 100010001 | 1001110 | 111101 |
Color Harmonies of #A34CE9
Complementary color
Monochromatic Colors of #A34CE9
Black with #A34CE9
Text Example
Text Example
White with #A34CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34CE9; }
p { color: rgb(163,76,233); }
H1.HeaderClassName
{
color: #A34CE9;
}
.AnyTagClassName
{
color: #A34CE9;
}
</style>
background-color css
<style>
a { background-color: #A34CE9; }
a { background-color: rgb(163,76,233); }
div.DivClassName
{
background-color: #A34CE9;
}
.BgClassName
{
background-color: #A34CE9;
}
</style>
border-color css
<style>
span { border-color: #A34CE9; }
span { border-color: rgb(163,76,233); }
td.TdClassName
{
border-color: #A34CE9;
}
.TagClassName
{
border-color: #A34CE9;
}
</style>