Shades of Medium Orchid #A64CCF
Tints of Medium Orchid #A64CCF
RGB
CMYK
RGB Variations
Color information
#A64CCF (or 0xA64CCF) is known color: Medium Orchid. HEX triplet: A6, 4C and CF. RGB value is (166,76,207). Sum of RGB (Red+Green+Blue) = 166+76+207=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #A64CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CCF is #59B330. Grayscale: #757575. Windows color (decimal): -5878577 or 13585574. OLE color: 13585574.
HSL color Cylindrical-coordinate representation of color #A64CCF: hue angle of 281.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A64CCF is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 76 | 207 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.19 |
| HSL | 281.22º | 0.58% | 0.55% | - |
| HSV(B) | 281.22º | 0.63% | 0.81% | - |
| XYZ | 29.57 | 17.78 | 60.9 | - |
| YUV | 117.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 207 | 0.20 | 0.63 | 0 | 0.19 | 281.22 | 0.58 | 0.55 |
| Hex | A6 | 4C | CF | 14 | 3F | 0 | 13 | 119 | 3A | 37 |
| Octal | 246 | 114 | 317 | 24 | 77 | 0 | 23 | 431 | 72 | 67 |
| Binary | 10100110 | 1001100 | 11001111 | 10100 | 111111 | 0 | 10011 | 100011001 | 111010 | 110111 |
Color Harmonies of #A64CCF
Complementary color
Monochromatic Colors of #A64CCF
Black with #A64CCF
Text Example
Text Example
White with #A64CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64CCF; }
p { color: rgb(166,76,207); }
H1.HeaderClassName
{
color: #A64CCF;
}
.AnyTagClassName
{
color: #A64CCF;
}
</style>
background-color css
<style>
a { background-color: #A64CCF; }
a { background-color: rgb(166,76,207); }
div.DivClassName
{
background-color: #A64CCF;
}
.BgClassName
{
background-color: #A64CCF;
}
</style>
border-color css
<style>
span { border-color: #A64CCF; }
span { border-color: rgb(166,76,207); }
td.TdClassName
{
border-color: #A64CCF;
}
.TagClassName
{
border-color: #A64CCF;
}
</style>