Shades of Dark Orchid #A737DA
Tints of Dark Orchid #A737DA
RGB
CMYK
RGB Variations
Color information
#A737DA (or 0xA737DA) is known color: Dark Orchid. HEX triplet: A7, 37 and DA. RGB value is (167,55,218). Sum of RGB (Red+Green+Blue) = 167+55+218=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #A737DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A737DA is #58C825. Grayscale: #6A6A6A. Windows color (decimal): -5818406 or 14301095. OLE color: 14301095.
HSL color Cylindrical-coordinate representation of color #A737DA: hue angle of 281.23º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A737DA is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 55 | 218 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.15 |
| HSL | 281.23º | 0.69% | 0.54% | - |
| HSV(B) | 281.23º | 0.75% | 0.85% | - |
| XYZ | 29.96 | 16.01 | 67.84 | - |
| YUV | 107.07 | 190.61 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 55 | 218 | 0.23 | 0.75 | 0 | 0.15 | 281.23 | 0.69 | 0.54 |
| Hex | A7 | 37 | DA | 17 | 4B | 0 | F | 119 | 45 | 36 |
| Octal | 247 | 67 | 332 | 27 | 113 | 0 | 17 | 431 | 105 | 66 |
| Binary | 10100111 | 110111 | 11011010 | 10111 | 1001011 | 0 | 1111 | 100011001 | 1000101 | 110110 |
Color Harmonies of #A737DA
Complementary color
Monochromatic Colors of #A737DA
Black with #A737DA
Text Example
Text Example
White with #A737DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A737DA; }
p { color: rgb(167,55,218); }
H1.HeaderClassName
{
color: #A737DA;
}
.AnyTagClassName
{
color: #A737DA;
}
</style>
background-color css
<style>
a { background-color: #A737DA; }
a { background-color: rgb(167,55,218); }
div.DivClassName
{
background-color: #A737DA;
}
.BgClassName
{
background-color: #A737DA;
}
</style>
border-color css
<style>
span { border-color: #A737DA; }
span { border-color: rgb(167,55,218); }
td.TdClassName
{
border-color: #A737DA;
}
.TagClassName
{
border-color: #A737DA;
}
</style>