Shades of Dark Orchid #A837B5
Tints of Dark Orchid #A837B5
RGB
CMYK
RGB Variations
Color information
#A837B5 (or 0xA837B5) is known color: Dark Orchid. HEX triplet: A8, 37 and B5. RGB value is (168,55,181). Sum of RGB (Red+Green+Blue) = 168+55+181=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #A837B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837B5 is #57C84A. Grayscale: #666666. Windows color (decimal): -5752907 or 11876264. OLE color: 11876264.
HSL color Cylindrical-coordinate representation of color #A837B5: hue angle of 293.81º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A837B5 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 55 | 181 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.29 |
| HSL | 293.81º | 0.53% | 0.46% | - |
| HSV(B) | 293.81º | 0.7% | 0.71% | - |
| XYZ | 25.86 | 14.39 | 45.13 | - |
| YUV | 103.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 181 | 0.07 | 0.70 | 0 | 0.29 | 293.81 | 0.53 | 0.46 |
| Hex | A8 | 37 | B5 | 7 | 46 | 0 | 1D | 126 | 35 | 2E |
| Octal | 250 | 67 | 265 | 7 | 106 | 0 | 35 | 446 | 65 | 56 |
| Binary | 10101000 | 110111 | 10110101 | 111 | 1000110 | 0 | 11101 | 100100110 | 110101 | 101110 |
Color Harmonies of #A837B5
Complementary color
Monochromatic Colors of #A837B5
Black with #A837B5
Text Example
Text Example
White with #A837B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A837B5; }
p { color: rgb(168,55,181); }
H1.HeaderClassName
{
color: #A837B5;
}
.AnyTagClassName
{
color: #A837B5;
}
</style>
background-color css
<style>
a { background-color: #A837B5; }
a { background-color: rgb(168,55,181); }
div.DivClassName
{
background-color: #A837B5;
}
.BgClassName
{
background-color: #A837B5;
}
</style>
border-color css
<style>
span { border-color: #A837B5; }
span { border-color: rgb(168,55,181); }
td.TdClassName
{
border-color: #A837B5;
}
.TagClassName
{
border-color: #A837B5;
}
</style>