Shades of Medium Orchid #A64BEA
Tints of Medium Orchid #A64BEA
RGB
CMYK
RGB Variations
Color information
#A64BEA (or 0xA64BEA) is known color: Medium Orchid. HEX triplet: A6, 4B and EA. RGB value is (166,75,234). Sum of RGB (Red+Green+Blue) = 166+75+234=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #A64BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64BEA is #59B415. Grayscale: #777777. Windows color (decimal): -5878806 or 15354790. OLE color: 15354790.
HSL color Cylindrical-coordinate representation of color #A64BEA: hue angle of 274.34º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A64BEA is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 75 | 234 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.08 |
| HSL | 274.34º | 0.79% | 0.61% | - |
| HSV(B) | 274.34º | 0.68% | 0.92% | - |
| XYZ | 33.09 | 19.08 | 79.78 | - |
| YUV | 120.34 | 192.15 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 234 | 0.29 | 0.68 | 0 | 0.08 | 274.34 | 0.79 | 0.61 |
| Hex | A6 | 4B | EA | 1D | 44 | 0 | 8 | 112 | 4F | 3D |
| Octal | 246 | 113 | 352 | 35 | 104 | 0 | 10 | 422 | 117 | 75 |
| Binary | 10100110 | 1001011 | 11101010 | 11101 | 1000100 | 0 | 1000 | 100010010 | 1001111 | 111101 |
Color Harmonies of #A64BEA
Complementary color
Monochromatic Colors of #A64BEA
Black with #A64BEA
Text Example
Text Example
White with #A64BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BEA; }
p { color: rgb(166,75,234); }
H1.HeaderClassName
{
color: #A64BEA;
}
.AnyTagClassName
{
color: #A64BEA;
}
</style>
background-color css
<style>
a { background-color: #A64BEA; }
a { background-color: rgb(166,75,234); }
div.DivClassName
{
background-color: #A64BEA;
}
.BgClassName
{
background-color: #A64BEA;
}
</style>
border-color css
<style>
span { border-color: #A64BEA; }
span { border-color: rgb(166,75,234); }
td.TdClassName
{
border-color: #A64BEA;
}
.TagClassName
{
border-color: #A64BEA;
}
</style>