Shades of Dark Orchid #A745CF
Tints of Dark Orchid #A745CF
RGB
CMYK
RGB Variations
Color information
#A745CF (or 0xA745CF) is known color: Dark Orchid. HEX triplet: A7, 45 and CF. RGB value is (167,69,207). Sum of RGB (Red+Green+Blue) = 167+69+207=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #A745CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A745CF is #58BA30. Grayscale: #717171. Windows color (decimal): -5814833 or 13583783. OLE color: 13583783.
HSL color Cylindrical-coordinate representation of color #A745CF: hue angle of 282.61º 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 #A745CF is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 69 | 207 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.19 |
| HSL | 282.61º | 0.59% | 0.54% | - |
| HSV(B) | 282.61º | 0.67% | 0.81% | - |
| XYZ | 29.33 | 16.98 | 60.76 | - |
| YUV | 114.03 | 180.47 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 207 | 0.19 | 0.67 | 0 | 0.19 | 282.61 | 0.59 | 0.54 |
| Hex | A7 | 45 | CF | 13 | 43 | 0 | 13 | 11B | 3B | 36 |
| Octal | 247 | 105 | 317 | 23 | 103 | 0 | 23 | 433 | 73 | 66 |
| Binary | 10100111 | 1000101 | 11001111 | 10011 | 1000011 | 0 | 10011 | 100011011 | 111011 | 110110 |
Color Harmonies of #A745CF
Complementary color
Monochromatic Colors of #A745CF
Black with #A745CF
Text Example
Text Example
White with #A745CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A745CF; }
p { color: rgb(167,69,207); }
H1.HeaderClassName
{
color: #A745CF;
}
.AnyTagClassName
{
color: #A745CF;
}
</style>
background-color css
<style>
a { background-color: #A745CF; }
a { background-color: rgb(167,69,207); }
div.DivClassName
{
background-color: #A745CF;
}
.BgClassName
{
background-color: #A745CF;
}
</style>
border-color css
<style>
span { border-color: #A745CF; }
span { border-color: rgb(167,69,207); }
td.TdClassName
{
border-color: #A745CF;
}
.TagClassName
{
border-color: #A745CF;
}
</style>