Shades of Dark Orchid #A737AD
Tints of Dark Orchid #A737AD
RGB
CMYK
RGB Variations
Color information
#A737AD (or 0xA737AD) is known color: Dark Orchid. HEX triplet: A7, 37 and AD. RGB value is (167,55,173). Sum of RGB (Red+Green+Blue) = 167+55+173=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #A737AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A737AD is #58C852. Grayscale: #656565. Windows color (decimal): -5818451 or 11351975. OLE color: 11351975.
HSL color Cylindrical-coordinate representation of color #A737AD: hue angle of 296.95º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A737AD is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 55 | 173 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.32 |
| HSL | 296.95º | 0.52% | 0.45% | - |
| HSV(B) | 296.95º | 0.68% | 0.68% | - |
| XYZ | 24.85 | 13.97 | 40.92 | - |
| YUV | 101.94 | 168.11 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 55 | 173 | 0.03 | 0.68 | 0 | 0.32 | 296.95 | 0.52 | 0.45 |
| Hex | A7 | 37 | AD | 3 | 44 | 0 | 20 | 129 | 34 | 2D |
| Octal | 247 | 67 | 255 | 3 | 104 | 0 | 40 | 451 | 64 | 55 |
| Binary | 10100111 | 110111 | 10101101 | 11 | 1000100 | 0 | 100000 | 100101001 | 110100 | 101101 |
Color Harmonies of #A737AD
Complementary color
Monochromatic Colors of #A737AD
Black with #A737AD
Text Example
Text Example
White with #A737AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A737AD; }
p { color: rgb(167,55,173); }
H1.HeaderClassName
{
color: #A737AD;
}
.AnyTagClassName
{
color: #A737AD;
}
</style>
background-color css
<style>
a { background-color: #A737AD; }
a { background-color: rgb(167,55,173); }
div.DivClassName
{
background-color: #A737AD;
}
.BgClassName
{
background-color: #A737AD;
}
</style>
border-color css
<style>
span { border-color: #A737AD; }
span { border-color: rgb(167,55,173); }
td.TdClassName
{
border-color: #A737AD;
}
.TagClassName
{
border-color: #A737AD;
}
</style>