Shades of Medium Orchid #A64ADB
Tints of Medium Orchid #A64ADB
RGB
CMYK
RGB Variations
Color information
#A64ADB (or 0xA64ADB) is known color: Medium Orchid. HEX triplet: A6, 4A and DB. RGB value is (166,74,219). Sum of RGB (Red+Green+Blue) = 166+74+219=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #A64ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ADB is #59B524. Grayscale: #757575. Windows color (decimal): -5879077 or 14371494. OLE color: 14371494.
HSL color Cylindrical-coordinate representation of color #A64ADB: hue angle of 278.07º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64ADB is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 74 | 219 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.14 |
| HSL | 278.07º | 0.67% | 0.57% | - |
| HSV(B) | 278.07º | 0.66% | 0.86% | - |
| XYZ | 30.96 | 18.12 | 68.88 | - |
| YUV | 118.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 219 | 0.24 | 0.66 | 0 | 0.14 | 278.07 | 0.67 | 0.57 |
| Hex | A6 | 4A | DB | 18 | 42 | 0 | E | 116 | 43 | 39 |
| Octal | 246 | 112 | 333 | 30 | 102 | 0 | 16 | 426 | 103 | 71 |
| Binary | 10100110 | 1001010 | 11011011 | 11000 | 1000010 | 0 | 1110 | 100010110 | 1000011 | 111001 |
Color Harmonies of #A64ADB
Complementary color
Monochromatic Colors of #A64ADB
Black with #A64ADB
Text Example
Text Example
White with #A64ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64ADB; }
p { color: rgb(166,74,219); }
H1.HeaderClassName
{
color: #A64ADB;
}
.AnyTagClassName
{
color: #A64ADB;
}
</style>
background-color css
<style>
a { background-color: #A64ADB; }
a { background-color: rgb(166,74,219); }
div.DivClassName
{
background-color: #A64ADB;
}
.BgClassName
{
background-color: #A64ADB;
}
</style>
border-color css
<style>
span { border-color: #A64ADB; }
span { border-color: rgb(166,74,219); }
td.TdClassName
{
border-color: #A64ADB;
}
.TagClassName
{
border-color: #A64ADB;
}
</style>