Shades of Medium Orchid #A64BE0
Tints of Medium Orchid #A64BE0
RGB
CMYK
RGB Variations
Color information
#A64BE0 (or 0xA64BE0) is known color: Medium Orchid. HEX triplet: A6, 4B and E0. RGB value is (166,75,224). Sum of RGB (Red+Green+Blue) = 166+75+224=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #A64BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64BE0 is #59B41F. Grayscale: #767676. Windows color (decimal): -5878816 or 14699430. OLE color: 14699430.
HSL color Cylindrical-coordinate representation of color #A64BE0: hue angle of 276.64º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64BE0 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 75 | 224 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.12 |
| HSL | 276.64º | 0.71% | 0.59% | - |
| HSV(B) | 276.64º | 0.67% | 0.88% | - |
| XYZ | 31.7 | 18.52 | 72.43 | - |
| YUV | 119.2 | 187.15 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 224 | 0.26 | 0.67 | 0 | 0.12 | 276.64 | 0.71 | 0.59 |
| Hex | A6 | 4B | E0 | 1A | 43 | 0 | C | 115 | 47 | 3B |
| Octal | 246 | 113 | 340 | 32 | 103 | 0 | 14 | 425 | 107 | 73 |
| Binary | 10100110 | 1001011 | 11100000 | 11010 | 1000011 | 0 | 1100 | 100010101 | 1000111 | 111011 |
Color Harmonies of #A64BE0
Complementary color
Monochromatic Colors of #A64BE0
Black with #A64BE0
Text Example
Text Example
White with #A64BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BE0; }
p { color: rgb(166,75,224); }
H1.HeaderClassName
{
color: #A64BE0;
}
.AnyTagClassName
{
color: #A64BE0;
}
</style>
background-color css
<style>
a { background-color: #A64BE0; }
a { background-color: rgb(166,75,224); }
div.DivClassName
{
background-color: #A64BE0;
}
.BgClassName
{
background-color: #A64BE0;
}
</style>
border-color css
<style>
span { border-color: #A64BE0; }
span { border-color: rgb(166,75,224); }
td.TdClassName
{
border-color: #A64BE0;
}
.TagClassName
{
border-color: #A64BE0;
}
</style>