Shades of Medium Orchid #A34CE5
Tints of Medium Orchid #A34CE5
RGB
CMYK
RGB Variations
Color information
#A34CE5 (or 0xA34CE5) is known color: Medium Orchid. HEX triplet: A3, 4C and E5. RGB value is (163,76,229). Sum of RGB (Red+Green+Blue) = 163+76+229=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #A34CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CE5 is #5CB31A. Grayscale: #767676. Windows color (decimal): -6075163 or 15027363. OLE color: 15027363.
HSL color Cylindrical-coordinate representation of color #A34CE5: hue angle of 274.12º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34CE5 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 76 | 229 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.10 |
| HSL | 274.12º | 0.75% | 0.6% | - |
| HSV(B) | 274.12º | 0.67% | 0.9% | - |
| XYZ | 31.83 | 18.61 | 76.04 | - |
| YUV | 119.46 | 189.82 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 229 | 0.29 | 0.67 | 0 | 0.10 | 274.12 | 0.75 | 0.6 |
| Hex | A3 | 4C | E5 | 1D | 43 | 0 | A | 112 | 4B | 3C |
| Octal | 243 | 114 | 345 | 35 | 103 | 0 | 12 | 422 | 113 | 74 |
| Binary | 10100011 | 1001100 | 11100101 | 11101 | 1000011 | 0 | 1010 | 100010010 | 1001011 | 111100 |
Color Harmonies of #A34CE5
Complementary color
Monochromatic Colors of #A34CE5
Black with #A34CE5
Text Example
Text Example
White with #A34CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34CE5; }
p { color: rgb(163,76,229); }
H1.HeaderClassName
{
color: #A34CE5;
}
.AnyTagClassName
{
color: #A34CE5;
}
</style>
background-color css
<style>
a { background-color: #A34CE5; }
a { background-color: rgb(163,76,229); }
div.DivClassName
{
background-color: #A34CE5;
}
.BgClassName
{
background-color: #A34CE5;
}
</style>
border-color css
<style>
span { border-color: #A34CE5; }
span { border-color: rgb(163,76,229); }
td.TdClassName
{
border-color: #A34CE5;
}
.TagClassName
{
border-color: #A34CE5;
}
</style>