Shades of Medium Orchid #A64BDB
Tints of Medium Orchid #A64BDB
RGB
CMYK
RGB Variations
Color information
#A64BDB (or 0xA64BDB) is known color: Medium Orchid. HEX triplet: A6, 4B and DB. RGB value is (166,75,219). Sum of RGB (Red+Green+Blue) = 166+75+219=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #A64BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64BDB is #59B424. Grayscale: #767676. Windows color (decimal): -5878821 or 14371750. OLE color: 14371750.
HSL color Cylindrical-coordinate representation of color #A64BDB: hue angle of 277.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64BDB is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 75 | 219 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.14 |
| HSL | 277.92º | 0.67% | 0.58% | - |
| HSV(B) | 277.92º | 0.66% | 0.86% | - |
| XYZ | 31.03 | 18.25 | 68.91 | - |
| YUV | 118.63 | 184.65 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 219 | 0.24 | 0.66 | 0 | 0.14 | 277.92 | 0.67 | 0.58 |
| Hex | A6 | 4B | DB | 18 | 42 | 0 | E | 116 | 43 | 3A |
| Octal | 246 | 113 | 333 | 30 | 102 | 0 | 16 | 426 | 103 | 72 |
| Binary | 10100110 | 1001011 | 11011011 | 11000 | 1000010 | 0 | 1110 | 100010110 | 1000011 | 111010 |
Color Harmonies of #A64BDB
Complementary color
Monochromatic Colors of #A64BDB
Black with #A64BDB
Text Example
Text Example
White with #A64BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BDB; }
p { color: rgb(166,75,219); }
H1.HeaderClassName
{
color: #A64BDB;
}
.AnyTagClassName
{
color: #A64BDB;
}
</style>
background-color css
<style>
a { background-color: #A64BDB; }
a { background-color: rgb(166,75,219); }
div.DivClassName
{
background-color: #A64BDB;
}
.BgClassName
{
background-color: #A64BDB;
}
</style>
border-color css
<style>
span { border-color: #A64BDB; }
span { border-color: rgb(166,75,219); }
td.TdClassName
{
border-color: #A64BDB;
}
.TagClassName
{
border-color: #A64BDB;
}
</style>