Shades of Dark Orchid #A938B7
Tints of Dark Orchid #A938B7
RGB
CMYK
RGB Variations
Color information
#A938B7 (or 0xA938B7) is known color: Dark Orchid. HEX triplet: A9, 38 and B7. RGB value is (169,56,183). Sum of RGB (Red+Green+Blue) = 169+56+183=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 183 - color contains mainly: blue. Hex color #A938B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A938B7 is #56C748. Grayscale: #676767. Windows color (decimal): -5687113 or 12007593. OLE color: 12007593.
HSL color Cylindrical-coordinate representation of color #A938B7: hue angle of 293.39º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A938B7 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 56 | 183 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.28 |
| HSL | 293.39º | 0.53% | 0.47% | - |
| HSV(B) | 293.39º | 0.69% | 0.72% | - |
| XYZ | 26.32 | 14.68 | 46.25 | - |
| YUV | 104.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 56 | 183 | 0.08 | 0.69 | 0 | 0.28 | 293.39 | 0.53 | 0.47 |
| Hex | A9 | 38 | B7 | 8 | 45 | 0 | 1C | 125 | 35 | 2F |
| Octal | 251 | 70 | 267 | 10 | 105 | 0 | 34 | 445 | 65 | 57 |
| Binary | 10101001 | 111000 | 10110111 | 1000 | 1000101 | 0 | 11100 | 100100101 | 110101 | 101111 |
Color Harmonies of #A938B7
Complementary color
Monochromatic Colors of #A938B7
Black with #A938B7
Text Example
Text Example
White with #A938B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A938B7; }
p { color: rgb(169,56,183); }
H1.HeaderClassName
{
color: #A938B7;
}
.AnyTagClassName
{
color: #A938B7;
}
</style>
background-color css
<style>
a { background-color: #A938B7; }
a { background-color: rgb(169,56,183); }
div.DivClassName
{
background-color: #A938B7;
}
.BgClassName
{
background-color: #A938B7;
}
</style>
border-color css
<style>
span { border-color: #A938B7; }
span { border-color: rgb(169,56,183); }
td.TdClassName
{
border-color: #A938B7;
}
.TagClassName
{
border-color: #A938B7;
}
</style>