Shades of Medium Orchid #A64BEB
Tints of Medium Orchid #A64BEB
RGB
CMYK
RGB Variations
Color information
#A64BEB (or 0xA64BEB) is known color: Medium Orchid. HEX triplet: A6, 4B and EB. RGB value is (166,75,235). Sum of RGB (Red+Green+Blue) = 166+75+235=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #A64BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64BEB is #59B414. Grayscale: #777777. Windows color (decimal): -5878805 or 15420326. OLE color: 15420326.
HSL color Cylindrical-coordinate representation of color #A64BEB: hue angle of 274.12º degrees, saturation: 0.8, 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 #A64BEB is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 75 | 235 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.08 |
| HSL | 274.13º | 0.8% | 0.61% | - |
| HSV(B) | 274.13º | 0.68% | 0.92% | - |
| XYZ | 33.24 | 19.14 | 80.54 | - |
| YUV | 120.45 | 192.65 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 235 | 0.29 | 0.68 | 0 | 0.08 | 274.13 | 0.8 | 0.61 |
| Hex | A6 | 4B | EB | 1D | 44 | 0 | 8 | 112 | 50 | 3D |
| Octal | 246 | 113 | 353 | 35 | 104 | 0 | 10 | 422 | 120 | 75 |
| Binary | 10100110 | 1001011 | 11101011 | 11101 | 1000100 | 0 | 1000 | 100010010 | 1010000 | 111101 |
Color Harmonies of #A64BEB
Complementary color
Monochromatic Colors of #A64BEB
Black with #A64BEB
Text Example
Text Example
White with #A64BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BEB; }
p { color: rgb(166,75,235); }
H1.HeaderClassName
{
color: #A64BEB;
}
.AnyTagClassName
{
color: #A64BEB;
}
</style>
background-color css
<style>
a { background-color: #A64BEB; }
a { background-color: rgb(166,75,235); }
div.DivClassName
{
background-color: #A64BEB;
}
.BgClassName
{
background-color: #A64BEB;
}
</style>
border-color css
<style>
span { border-color: #A64BEB; }
span { border-color: rgb(166,75,235); }
td.TdClassName
{
border-color: #A64BEB;
}
.TagClassName
{
border-color: #A64BEB;
}
</style>