Shades of Dark Orchid #A837B2
Tints of Dark Orchid #A837B2
RGB
CMYK
RGB Variations
Color information
#A837B2 (or 0xA837B2) is known color: Dark Orchid. HEX triplet: A8, 37 and B2. RGB value is (168,55,178). Sum of RGB (Red+Green+Blue) = 168+55+178=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 178 - color contains mainly: blue. Hex color #A837B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A837B2 is #57C84D. Grayscale: #666666. Windows color (decimal): -5752910 or 11679656. OLE color: 11679656.
HSL color Cylindrical-coordinate representation of color #A837B2: hue angle of 295.12º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A837B2 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 55 | 178 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.30 |
| HSL | 295.12º | 0.53% | 0.46% | - |
| HSV(B) | 295.12º | 0.69% | 0.7% | - |
| XYZ | 25.55 | 14.27 | 43.53 | - |
| YUV | 102.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 178 | 0.06 | 0.69 | 0 | 0.30 | 295.12 | 0.53 | 0.46 |
| Hex | A8 | 37 | B2 | 6 | 45 | 0 | 1E | 127 | 35 | 2E |
| Octal | 250 | 67 | 262 | 6 | 105 | 0 | 36 | 447 | 65 | 56 |
| Binary | 10101000 | 110111 | 10110010 | 110 | 1000101 | 0 | 11110 | 100100111 | 110101 | 101110 |
Color Harmonies of #A837B2
Complementary color
Monochromatic Colors of #A837B2
Black with #A837B2
Text Example
Text Example
White with #A837B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A837B2; }
p { color: rgb(168,55,178); }
H1.HeaderClassName
{
color: #A837B2;
}
.AnyTagClassName
{
color: #A837B2;
}
</style>
background-color css
<style>
a { background-color: #A837B2; }
a { background-color: rgb(168,55,178); }
div.DivClassName
{
background-color: #A837B2;
}
.BgClassName
{
background-color: #A837B2;
}
</style>
border-color css
<style>
span { border-color: #A837B2; }
span { border-color: rgb(168,55,178); }
td.TdClassName
{
border-color: #A837B2;
}
.TagClassName
{
border-color: #A837B2;
}
</style>