Shades of Dark Orchid #A744CF
Tints of Dark Orchid #A744CF
RGB
CMYK
RGB Variations
Color information
#A744CF (or 0xA744CF) is known color: Dark Orchid. HEX triplet: A7, 44 and CF. RGB value is (167,68,207). Sum of RGB (Red+Green+Blue) = 167+68+207=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #A744CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A744CF is #58BB30. Grayscale: #707070. Windows color (decimal): -5815089 or 13583527. OLE color: 13583527.
HSL color Cylindrical-coordinate representation of color #A744CF: hue angle of 282.73º 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 #A744CF is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 68 | 207 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.19 |
| HSL | 282.73º | 0.59% | 0.54% | - |
| HSV(B) | 282.73º | 0.67% | 0.81% | - |
| XYZ | 29.27 | 16.85 | 60.74 | - |
| YUV | 113.45 | 180.8 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 68 | 207 | 0.19 | 0.67 | 0 | 0.19 | 282.73 | 0.59 | 0.54 |
| Hex | A7 | 44 | CF | 13 | 43 | 0 | 13 | 11B | 3B | 36 |
| Octal | 247 | 104 | 317 | 23 | 103 | 0 | 23 | 433 | 73 | 66 |
| Binary | 10100111 | 1000100 | 11001111 | 10011 | 1000011 | 0 | 10011 | 100011011 | 111011 | 110110 |
Color Harmonies of #A744CF
Complementary color
Monochromatic Colors of #A744CF
Black with #A744CF
Text Example
Text Example
White with #A744CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A744CF; }
p { color: rgb(167,68,207); }
H1.HeaderClassName
{
color: #A744CF;
}
.AnyTagClassName
{
color: #A744CF;
}
</style>
background-color css
<style>
a { background-color: #A744CF; }
a { background-color: rgb(167,68,207); }
div.DivClassName
{
background-color: #A744CF;
}
.BgClassName
{
background-color: #A744CF;
}
</style>
border-color css
<style>
span { border-color: #A744CF; }
span { border-color: rgb(167,68,207); }
td.TdClassName
{
border-color: #A744CF;
}
.TagClassName
{
border-color: #A744CF;
}
</style>