Shades of Medium Orchid #A64BE5
Tints of Medium Orchid #A64BE5
RGB
CMYK
RGB Variations
Color information
#A64BE5 (or 0xA64BE5) is known color: Medium Orchid. HEX triplet: A6, 4B and E5. RGB value is (166,75,229). Sum of RGB (Red+Green+Blue) = 166+75+229=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #A64BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64BE5 is #59B41A. Grayscale: #777777. Windows color (decimal): -5878811 or 15027110. OLE color: 15027110.
HSL color Cylindrical-coordinate representation of color #A64BE5: hue angle of 275.45º 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 #A64BE5 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 75 | 229 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.10 |
| HSL | 275.45º | 0.75% | 0.6% | - |
| HSV(B) | 275.45º | 0.67% | 0.9% | - |
| XYZ | 32.38 | 18.8 | 76.05 | - |
| YUV | 119.77 | 189.65 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 229 | 0.28 | 0.67 | 0 | 0.10 | 275.45 | 0.75 | 0.6 |
| Hex | A6 | 4B | E5 | 1C | 43 | 0 | A | 113 | 4B | 3C |
| Octal | 246 | 113 | 345 | 34 | 103 | 0 | 12 | 423 | 113 | 74 |
| Binary | 10100110 | 1001011 | 11100101 | 11100 | 1000011 | 0 | 1010 | 100010011 | 1001011 | 111100 |
Color Harmonies of #A64BE5
Complementary color
Monochromatic Colors of #A64BE5
Black with #A64BE5
Text Example
Text Example
White with #A64BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BE5; }
p { color: rgb(166,75,229); }
H1.HeaderClassName
{
color: #A64BE5;
}
.AnyTagClassName
{
color: #A64BE5;
}
</style>
background-color css
<style>
a { background-color: #A64BE5; }
a { background-color: rgb(166,75,229); }
div.DivClassName
{
background-color: #A64BE5;
}
.BgClassName
{
background-color: #A64BE5;
}
</style>
border-color css
<style>
span { border-color: #A64BE5; }
span { border-color: rgb(166,75,229); }
td.TdClassName
{
border-color: #A64BE5;
}
.TagClassName
{
border-color: #A64BE5;
}
</style>