Shades of Dark Orchid #A737CD
Tints of Dark Orchid #A737CD
RGB
CMYK
RGB Variations
Color information
#A737CD (or 0xA737CD) is known color: Dark Orchid. HEX triplet: A7, 37 and CD. RGB value is (167,55,205). Sum of RGB (Red+Green+Blue) = 167+55+205=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #A737CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A737CD is #58C832. Grayscale: #696969. Windows color (decimal): -5818419 or 13449127. OLE color: 13449127.
HSL color Cylindrical-coordinate representation of color #A737CD: hue angle of 284.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A737CD is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 55 | 205 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.20 |
| HSL | 284.8º | 0.6% | 0.51% | - |
| HSV(B) | 284.8º | 0.73% | 0.8% | - |
| XYZ | 28.32 | 15.36 | 59.23 | - |
| YUV | 105.59 | 184.11 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 55 | 205 | 0.19 | 0.73 | 0 | 0.20 | 284.8 | 0.6 | 0.51 |
| Hex | A7 | 37 | CD | 13 | 49 | 0 | 14 | 11D | 3C | 33 |
| Octal | 247 | 67 | 315 | 23 | 111 | 0 | 24 | 435 | 74 | 63 |
| Binary | 10100111 | 110111 | 11001101 | 10011 | 1001001 | 0 | 10100 | 100011101 | 111100 | 110011 |
Color Harmonies of #A737CD
Complementary color
Monochromatic Colors of #A737CD
Black with #A737CD
Text Example
Text Example
White with #A737CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A737CD; }
p { color: rgb(167,55,205); }
H1.HeaderClassName
{
color: #A737CD;
}
.AnyTagClassName
{
color: #A737CD;
}
</style>
background-color css
<style>
a { background-color: #A737CD; }
a { background-color: rgb(167,55,205); }
div.DivClassName
{
background-color: #A737CD;
}
.BgClassName
{
background-color: #A737CD;
}
</style>
border-color css
<style>
span { border-color: #A737CD; }
span { border-color: rgb(167,55,205); }
td.TdClassName
{
border-color: #A737CD;
}
.TagClassName
{
border-color: #A737CD;
}
</style>