Shades of Medium Orchid #A64ACE
Tints of Medium Orchid #A64ACE
RGB
CMYK
RGB Variations
Color information
#A64ACE (or 0xA64ACE) is known color: Medium Orchid. HEX triplet: A6, 4A and CE. RGB value is (166,74,206). Sum of RGB (Red+Green+Blue) = 166+74+206=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #A64ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ACE is #59B531. Grayscale: #747474. Windows color (decimal): -5879090 or 13519526. OLE color: 13519526.
HSL color Cylindrical-coordinate representation of color #A64ACE: hue angle of 281.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A64ACE is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 74 | 206 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.19 |
| HSL | 281.82º | 0.57% | 0.55% | - |
| HSV(B) | 281.82º | 0.64% | 0.81% | - |
| XYZ | 29.32 | 17.46 | 60.22 | - |
| YUV | 116.56 | 178.48 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 206 | 0.19 | 0.64 | 0 | 0.19 | 281.82 | 0.57 | 0.55 |
| Hex | A6 | 4A | CE | 13 | 40 | 0 | 13 | 11A | 39 | 37 |
| Octal | 246 | 112 | 316 | 23 | 100 | 0 | 23 | 432 | 71 | 67 |
| Binary | 10100110 | 1001010 | 11001110 | 10011 | 1000000 | 0 | 10011 | 100011010 | 111001 | 110111 |
Color Harmonies of #A64ACE
Complementary color
Monochromatic Colors of #A64ACE
Black with #A64ACE
Text Example
Text Example
White with #A64ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64ACE; }
p { color: rgb(166,74,206); }
H1.HeaderClassName
{
color: #A64ACE;
}
.AnyTagClassName
{
color: #A64ACE;
}
</style>
background-color css
<style>
a { background-color: #A64ACE; }
a { background-color: rgb(166,74,206); }
div.DivClassName
{
background-color: #A64ACE;
}
.BgClassName
{
background-color: #A64ACE;
}
</style>
border-color css
<style>
span { border-color: #A64ACE; }
span { border-color: rgb(166,74,206); }
td.TdClassName
{
border-color: #A64ACE;
}
.TagClassName
{
border-color: #A64ACE;
}
</style>