Shades of Dark Orchid #A737D3
Tints of Dark Orchid #A737D3
RGB
CMYK
RGB Variations
Color information
#A737D3 (or 0xA737D3) is known color: Dark Orchid. HEX triplet: A7, 37 and D3. RGB value is (167,55,211). Sum of RGB (Red+Green+Blue) = 167+55+211=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #A737D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A737D3 is #58C82C. Grayscale: #696969. Windows color (decimal): -5818413 or 13842343. OLE color: 13842343.
HSL color Cylindrical-coordinate representation of color #A737D3: hue angle of 283.08º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A737D3 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 55 | 211 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.17 |
| HSL | 283.08º | 0.64% | 0.52% | - |
| HSV(B) | 283.08º | 0.74% | 0.83% | - |
| XYZ | 29.06 | 15.65 | 63.12 | - |
| YUV | 106.27 | 187.11 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 55 | 211 | 0.21 | 0.74 | 0 | 0.17 | 283.08 | 0.64 | 0.52 |
| Hex | A7 | 37 | D3 | 15 | 4A | 0 | 11 | 11B | 40 | 34 |
| Octal | 247 | 67 | 323 | 25 | 112 | 0 | 21 | 433 | 100 | 64 |
| Binary | 10100111 | 110111 | 11010011 | 10101 | 1001010 | 0 | 10001 | 100011011 | 1000000 | 110100 |
Color Harmonies of #A737D3
Complementary color
Monochromatic Colors of #A737D3
Black with #A737D3
Text Example
Text Example
White with #A737D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A737D3; }
p { color: rgb(167,55,211); }
H1.HeaderClassName
{
color: #A737D3;
}
.AnyTagClassName
{
color: #A737D3;
}
</style>
background-color css
<style>
a { background-color: #A737D3; }
a { background-color: rgb(167,55,211); }
div.DivClassName
{
background-color: #A737D3;
}
.BgClassName
{
background-color: #A737D3;
}
</style>
border-color css
<style>
span { border-color: #A737D3; }
span { border-color: rgb(167,55,211); }
td.TdClassName
{
border-color: #A737D3;
}
.TagClassName
{
border-color: #A737D3;
}
</style>