Shades of Medium Orchid #A64BED
Tints of Medium Orchid #A64BED
RGB
CMYK
RGB Variations
Color information
#A64BED (or 0xA64BED) is known color: Medium Orchid. HEX triplet: A6, 4B and ED. RGB value is (166,75,237). Sum of RGB (Red+Green+Blue) = 166+75+237=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #A64BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64BED is #59B412. Grayscale: #787878. Windows color (decimal): -5878803 or 15551398. OLE color: 15551398.
HSL color Cylindrical-coordinate representation of color #A64BED: hue angle of 273.7º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A64BED is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 75 | 237 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.07 |
| HSL | 273.7º | 0.82% | 0.61% | - |
| HSV(B) | 273.7º | 0.68% | 0.93% | - |
| XYZ | 33.53 | 19.25 | 82.07 | - |
| YUV | 120.68 | 193.65 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 237 | 0.30 | 0.68 | 0 | 0.07 | 273.7 | 0.82 | 0.61 |
| Hex | A6 | 4B | ED | 1E | 44 | 0 | 7 | 112 | 52 | 3D |
| Octal | 246 | 113 | 355 | 36 | 104 | 0 | 7 | 422 | 122 | 75 |
| Binary | 10100110 | 1001011 | 11101101 | 11110 | 1000100 | 0 | 111 | 100010010 | 1010010 | 111101 |
Color Harmonies of #A64BED
Complementary color
Monochromatic Colors of #A64BED
Black with #A64BED
Text Example
Text Example
White with #A64BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BED; }
p { color: rgb(166,75,237); }
H1.HeaderClassName
{
color: #A64BED;
}
.AnyTagClassName
{
color: #A64BED;
}
</style>
background-color css
<style>
a { background-color: #A64BED; }
a { background-color: rgb(166,75,237); }
div.DivClassName
{
background-color: #A64BED;
}
.BgClassName
{
background-color: #A64BED;
}
</style>
border-color css
<style>
span { border-color: #A64BED; }
span { border-color: rgb(166,75,237); }
td.TdClassName
{
border-color: #A64BED;
}
.TagClassName
{
border-color: #A64BED;
}
</style>