Shades of Dark Orchid #A737E6
Tints of Dark Orchid #A737E6
RGB
CMYK
RGB Variations
Color information
#A737E6 (or 0xA737E6) is known color: Dark Orchid. HEX triplet: A7, 37 and E6. RGB value is (167,55,230). Sum of RGB (Red+Green+Blue) = 167+55+230=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #A737E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A737E6 is #58C819. Grayscale: #6B6B6B. Windows color (decimal): -5818394 or 15087527. OLE color: 15087527.
HSL color Cylindrical-coordinate representation of color #A737E6: hue angle of 278.4º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A737E6 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 55 | 230 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.10 |
| HSL | 278.4º | 0.78% | 0.56% | - |
| HSV(B) | 278.4º | 0.76% | 0.9% | - |
| XYZ | 31.59 | 16.66 | 76.41 | - |
| YUV | 108.44 | 196.61 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 55 | 230 | 0.27 | 0.76 | 0 | 0.10 | 278.4 | 0.78 | 0.56 |
| Hex | A7 | 37 | E6 | 1B | 4C | 0 | A | 116 | 4E | 38 |
| Octal | 247 | 67 | 346 | 33 | 114 | 0 | 12 | 426 | 116 | 70 |
| Binary | 10100111 | 110111 | 11100110 | 11011 | 1001100 | 0 | 1010 | 100010110 | 1001110 | 111000 |
Color Harmonies of #A737E6
Complementary color
Monochromatic Colors of #A737E6
Black with #A737E6
Text Example
Text Example
White with #A737E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A737E6; }
p { color: rgb(167,55,230); }
H1.HeaderClassName
{
color: #A737E6;
}
.AnyTagClassName
{
color: #A737E6;
}
</style>
background-color css
<style>
a { background-color: #A737E6; }
a { background-color: rgb(167,55,230); }
div.DivClassName
{
background-color: #A737E6;
}
.BgClassName
{
background-color: #A737E6;
}
</style>
border-color css
<style>
span { border-color: #A737E6; }
span { border-color: rgb(167,55,230); }
td.TdClassName
{
border-color: #A737E6;
}
.TagClassName
{
border-color: #A737E6;
}
</style>