Shades of Dark Orchid #A744CE
Tints of Dark Orchid #A744CE
RGB
CMYK
RGB Variations
Color information
#A744CE (or 0xA744CE) is known color: Dark Orchid. HEX triplet: A7, 44 and CE. RGB value is (167,68,206). Sum of RGB (Red+Green+Blue) = 167+68+206=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #A744CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A744CE is #58BB31. Grayscale: #707070. Windows color (decimal): -5815090 or 13517991. OLE color: 13517991.
HSL color Cylindrical-coordinate representation of color #A744CE: hue angle of 283.04º degrees, saturation: 0.58, 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 #A744CE is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 68 | 206 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.19 |
| HSL | 283.04º | 0.58% | 0.54% | - |
| HSV(B) | 283.04º | 0.67% | 0.81% | - |
| XYZ | 29.14 | 16.81 | 60.1 | - |
| YUV | 113.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 68 | 206 | 0.19 | 0.67 | 0 | 0.19 | 283.04 | 0.58 | 0.54 |
| Hex | A7 | 44 | CE | 13 | 43 | 0 | 13 | 11B | 3A | 36 |
| Octal | 247 | 104 | 316 | 23 | 103 | 0 | 23 | 433 | 72 | 66 |
| Binary | 10100111 | 1000100 | 11001110 | 10011 | 1000011 | 0 | 10011 | 100011011 | 111010 | 110110 |
Color Harmonies of #A744CE
Complementary color
Monochromatic Colors of #A744CE
Black with #A744CE
Text Example
Text Example
White with #A744CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A744CE; }
p { color: rgb(167,68,206); }
H1.HeaderClassName
{
color: #A744CE;
}
.AnyTagClassName
{
color: #A744CE;
}
</style>
background-color css
<style>
a { background-color: #A744CE; }
a { background-color: rgb(167,68,206); }
div.DivClassName
{
background-color: #A744CE;
}
.BgClassName
{
background-color: #A744CE;
}
</style>
border-color css
<style>
span { border-color: #A744CE; }
span { border-color: rgb(167,68,206); }
td.TdClassName
{
border-color: #A744CE;
}
.TagClassName
{
border-color: #A744CE;
}
</style>