Shades of Dark Orchid #A644C7
Tints of Dark Orchid #A644C7
RGB
CMYK
RGB Variations
Color information
#A644C7 (or 0xA644C7) is known color: Dark Orchid. HEX triplet: A6, 44 and C7. RGB value is (166,68,199). Sum of RGB (Red+Green+Blue) = 166+68+199=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #A644C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644C7 is #59BB38. Grayscale: #6F6F6F. Windows color (decimal): -5880633 or 13059238. OLE color: 13059238.
HSL color Cylindrical-coordinate representation of color #A644C7: hue angle of 284.89º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A644C7 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 68 | 199 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.22 |
| HSL | 284.89º | 0.54% | 0.52% | - |
| HSV(B) | 284.89º | 0.66% | 0.78% | - |
| XYZ | 28.1 | 16.36 | 55.71 | - |
| YUV | 112.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 199 | 0.17 | 0.66 | 0 | 0.22 | 284.89 | 0.54 | 0.52 |
| Hex | A6 | 44 | C7 | 11 | 42 | 0 | 16 | 11D | 36 | 34 |
| Octal | 246 | 104 | 307 | 21 | 102 | 0 | 26 | 435 | 66 | 64 |
| Binary | 10100110 | 1000100 | 11000111 | 10001 | 1000010 | 0 | 10110 | 100011101 | 110110 | 110100 |
Color Harmonies of #A644C7
Complementary color
Monochromatic Colors of #A644C7
Black with #A644C7
Text Example
Text Example
White with #A644C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A644C7; }
p { color: rgb(166,68,199); }
H1.HeaderClassName
{
color: #A644C7;
}
.AnyTagClassName
{
color: #A644C7;
}
</style>
background-color css
<style>
a { background-color: #A644C7; }
a { background-color: rgb(166,68,199); }
div.DivClassName
{
background-color: #A644C7;
}
.BgClassName
{
background-color: #A644C7;
}
</style>
border-color css
<style>
span { border-color: #A644C7; }
span { border-color: rgb(166,68,199); }
td.TdClassName
{
border-color: #A644C7;
}
.TagClassName
{
border-color: #A644C7;
}
</style>