Shades of Dark Orchid #A745CC
Tints of Dark Orchid #A745CC
RGB
CMYK
RGB Variations
Color information
#A745CC (or 0xA745CC) is known color: Dark Orchid. HEX triplet: A7, 45 and CC. RGB value is (167,69,204). Sum of RGB (Red+Green+Blue) = 167+69+204=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #A745CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A745CC is #58BA33. Grayscale: #717171. Windows color (decimal): -5814836 or 13387175. OLE color: 13387175.
HSL color Cylindrical-coordinate representation of color #A745CC: hue angle of 283.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A745CC is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 69 | 204 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.2 |
| HSL | 283.56º | 0.57% | 0.54% | - |
| HSV(B) | 283.56º | 0.66% | 0.8% | - |
| XYZ | 28.96 | 16.83 | 58.85 | - |
| YUV | 113.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 204 | 0.18 | 0.66 | 0 | 0.2 | 283.56 | 0.57 | 0.54 |
| Hex | A7 | 45 | CC | 12 | 42 | 0 | 14 | 11C | 39 | 36 |
| Octal | 247 | 105 | 314 | 22 | 102 | 0 | 24 | 434 | 71 | 66 |
| Binary | 10100111 | 1000101 | 11001100 | 10010 | 1000010 | 0 | 10100 | 100011100 | 111001 | 110110 |
Color Harmonies of #A745CC
Complementary color
Monochromatic Colors of #A745CC
Black with #A745CC
Text Example
Text Example
White with #A745CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A745CC; }
p { color: rgb(167,69,204); }
H1.HeaderClassName
{
color: #A745CC;
}
.AnyTagClassName
{
color: #A745CC;
}
</style>
background-color css
<style>
a { background-color: #A745CC; }
a { background-color: rgb(167,69,204); }
div.DivClassName
{
background-color: #A745CC;
}
.BgClassName
{
background-color: #A745CC;
}
</style>
border-color css
<style>
span { border-color: #A745CC; }
span { border-color: rgb(167,69,204); }
td.TdClassName
{
border-color: #A745CC;
}
.TagClassName
{
border-color: #A745CC;
}
</style>