Shades of Medium Orchid #A64ACF
Tints of Medium Orchid #A64ACF
RGB
CMYK
RGB Variations
Color information
#A64ACF (or 0xA64ACF) is known color: Medium Orchid. HEX triplet: A6, 4A and CF. RGB value is (166,74,207). Sum of RGB (Red+Green+Blue) = 166+74+207=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #A64ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ACF is #59B530. Grayscale: #747474. Windows color (decimal): -5879089 or 13585062. OLE color: 13585062.
HSL color Cylindrical-coordinate representation of color #A64ACF: hue angle of 281.5º degrees, saturation: 0.58, 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 #A64ACF is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 74 | 207 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.19 |
| HSL | 281.5º | 0.58% | 0.55% | - |
| HSV(B) | 281.5º | 0.64% | 0.81% | - |
| XYZ | 29.44 | 17.51 | 60.86 | - |
| YUV | 116.67 | 178.98 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 207 | 0.20 | 0.64 | 0 | 0.19 | 281.5 | 0.58 | 0.55 |
| Hex | A6 | 4A | CF | 14 | 40 | 0 | 13 | 11A | 3A | 37 |
| Octal | 246 | 112 | 317 | 24 | 100 | 0 | 23 | 432 | 72 | 67 |
| Binary | 10100110 | 1001010 | 11001111 | 10100 | 1000000 | 0 | 10011 | 100011010 | 111010 | 110111 |
Color Harmonies of #A64ACF
Complementary color
Monochromatic Colors of #A64ACF
Black with #A64ACF
Text Example
Text Example
White with #A64ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64ACF; }
p { color: rgb(166,74,207); }
H1.HeaderClassName
{
color: #A64ACF;
}
.AnyTagClassName
{
color: #A64ACF;
}
</style>
background-color css
<style>
a { background-color: #A64ACF; }
a { background-color: rgb(166,74,207); }
div.DivClassName
{
background-color: #A64ACF;
}
.BgClassName
{
background-color: #A64ACF;
}
</style>
border-color css
<style>
span { border-color: #A64ACF; }
span { border-color: rgb(166,74,207); }
td.TdClassName
{
border-color: #A64ACF;
}
.TagClassName
{
border-color: #A64ACF;
}
</style>