Shades of Dark Orchid #A537AD
Tints of Dark Orchid #A537AD
RGB
CMYK
RGB Variations
Color information
#A537AD (or 0xA537AD) is known color: Dark Orchid. HEX triplet: A5, 37 and AD. RGB value is (165,55,173). Sum of RGB (Red+Green+Blue) = 165+55+173=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #A537AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A537AD is #5AC852. Grayscale: #646464. Windows color (decimal): -5949523 or 11351973. OLE color: 11351973.
HSL color Cylindrical-coordinate representation of color #A537AD: hue angle of 295.93º 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 #A537AD is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 55 | 173 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.32 |
| HSL | 295.93º | 0.52% | 0.45% | - |
| HSV(B) | 295.93º | 0.68% | 0.68% | - |
| XYZ | 24.43 | 13.75 | 40.9 | - |
| YUV | 101.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 55 | 173 | 0.05 | 0.68 | 0 | 0.32 | 295.93 | 0.52 | 0.45 |
| Hex | A5 | 37 | AD | 5 | 44 | 0 | 20 | 128 | 34 | 2D |
| Octal | 245 | 67 | 255 | 5 | 104 | 0 | 40 | 450 | 64 | 55 |
| Binary | 10100101 | 110111 | 10101101 | 101 | 1000100 | 0 | 100000 | 100101000 | 110100 | 101101 |
Color Harmonies of #A537AD
Complementary color
Monochromatic Colors of #A537AD
Black with #A537AD
Text Example
Text Example
White with #A537AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A537AD; }
p { color: rgb(165,55,173); }
H1.HeaderClassName
{
color: #A537AD;
}
.AnyTagClassName
{
color: #A537AD;
}
</style>
background-color css
<style>
a { background-color: #A537AD; }
a { background-color: rgb(165,55,173); }
div.DivClassName
{
background-color: #A537AD;
}
.BgClassName
{
background-color: #A537AD;
}
</style>
border-color css
<style>
span { border-color: #A537AD; }
span { border-color: rgb(165,55,173); }
td.TdClassName
{
border-color: #A537AD;
}
.TagClassName
{
border-color: #A537AD;
}
</style>