Shades of Dark Orchid #A644CF
Tints of Dark Orchid #A644CF
RGB
CMYK
RGB Variations
Color information
#A644CF (or 0xA644CF) is known color: Dark Orchid. HEX triplet: A6, 44 and CF. RGB value is (166,68,207). Sum of RGB (Red+Green+Blue) = 166+68+207=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #A644CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644CF is #59BB30. Grayscale: #707070. Windows color (decimal): -5880625 or 13583526. OLE color: 13583526.
HSL color Cylindrical-coordinate representation of color #A644CF: hue angle of 282.3º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A644CF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 68 | 207 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.19 |
| HSL | 282.3º | 0.59% | 0.54% | - |
| HSV(B) | 282.3º | 0.67% | 0.81% | - |
| XYZ | 29.06 | 16.75 | 60.73 | - |
| YUV | 113.15 | 180.97 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 207 | 0.20 | 0.67 | 0 | 0.19 | 282.3 | 0.59 | 0.54 |
| Hex | A6 | 44 | CF | 14 | 43 | 0 | 13 | 11A | 3B | 36 |
| Octal | 246 | 104 | 317 | 24 | 103 | 0 | 23 | 432 | 73 | 66 |
| Binary | 10100110 | 1000100 | 11001111 | 10100 | 1000011 | 0 | 10011 | 100011010 | 111011 | 110110 |
Color Harmonies of #A644CF
Complementary color
Monochromatic Colors of #A644CF
Black with #A644CF
Text Example
Text Example
White with #A644CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A644CF; }
p { color: rgb(166,68,207); }
H1.HeaderClassName
{
color: #A644CF;
}
.AnyTagClassName
{
color: #A644CF;
}
</style>
background-color css
<style>
a { background-color: #A644CF; }
a { background-color: rgb(166,68,207); }
div.DivClassName
{
background-color: #A644CF;
}
.BgClassName
{
background-color: #A644CF;
}
</style>
border-color css
<style>
span { border-color: #A644CF; }
span { border-color: rgb(166,68,207); }
td.TdClassName
{
border-color: #A644CF;
}
.TagClassName
{
border-color: #A644CF;
}
</style>