Shades of Dark Orchid #A837AE
Tints of Dark Orchid #A837AE
RGB
CMYK
RGB Variations
Color information
#A837AE (or 0xA837AE) is known color: Dark Orchid. HEX triplet: A8, 37 and AE. RGB value is (168,55,174). Sum of RGB (Red+Green+Blue) = 168+55+174=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #A837AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A837AE is #57C851. Grayscale: #656565. Windows color (decimal): -5752914 or 11417512. OLE color: 11417512.
HSL color Cylindrical-coordinate representation of color #A837AE: hue angle of 296.97º 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 #A837AE is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 55 | 174 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.32 |
| HSL | 296.97º | 0.52% | 0.45% | - |
| HSV(B) | 296.97º | 0.68% | 0.68% | - |
| XYZ | 25.15 | 14.11 | 41.44 | - |
| YUV | 102.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 174 | 0.03 | 0.68 | 0 | 0.32 | 296.97 | 0.52 | 0.45 |
| Hex | A8 | 37 | AE | 3 | 44 | 0 | 20 | 129 | 34 | 2D |
| Octal | 250 | 67 | 256 | 3 | 104 | 0 | 40 | 451 | 64 | 55 |
| Binary | 10101000 | 110111 | 10101110 | 11 | 1000100 | 0 | 100000 | 100101001 | 110100 | 101101 |
Color Harmonies of #A837AE
Complementary color
Monochromatic Colors of #A837AE
Black with #A837AE
Text Example
Text Example
White with #A837AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A837AE; }
p { color: rgb(168,55,174); }
H1.HeaderClassName
{
color: #A837AE;
}
.AnyTagClassName
{
color: #A837AE;
}
</style>
background-color css
<style>
a { background-color: #A837AE; }
a { background-color: rgb(168,55,174); }
div.DivClassName
{
background-color: #A837AE;
}
.BgClassName
{
background-color: #A837AE;
}
</style>
border-color css
<style>
span { border-color: #A837AE; }
span { border-color: rgb(168,55,174); }
td.TdClassName
{
border-color: #A837AE;
}
.TagClassName
{
border-color: #A837AE;
}
</style>