Shades of Dark Orchid #A837CA
Tints of Dark Orchid #A837CA
RGB
CMYK
RGB Variations
Color information
#A837CA (or 0xA837CA) is known color: Dark Orchid. HEX triplet: A8, 37 and CA. RGB value is (168,55,202). Sum of RGB (Red+Green+Blue) = 168+55+202=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #A837CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837CA is #57C835. Grayscale: #696969. Windows color (decimal): -5752886 or 13252520. OLE color: 13252520.
HSL color Cylindrical-coordinate representation of color #A837CA: hue angle of 286.12º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A837CA is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 55 | 202 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.21 |
| HSL | 286.12º | 0.58% | 0.5% | - |
| HSV(B) | 286.12º | 0.73% | 0.79% | - |
| XYZ | 28.18 | 15.32 | 57.35 | - |
| YUV | 105.55 | 182.44 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 202 | 0.17 | 0.73 | 0 | 0.21 | 286.12 | 0.58 | 0.5 |
| Hex | A8 | 37 | CA | 11 | 49 | 0 | 15 | 11E | 3A | 32 |
| Octal | 250 | 67 | 312 | 21 | 111 | 0 | 25 | 436 | 72 | 62 |
| Binary | 10101000 | 110111 | 11001010 | 10001 | 1001001 | 0 | 10101 | 100011110 | 111010 | 110010 |
Color Harmonies of #A837CA
Complementary color
Monochromatic Colors of #A837CA
Black with #A837CA
Text Example
Text Example
White with #A837CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A837CA; }
p { color: rgb(168,55,202); }
H1.HeaderClassName
{
color: #A837CA;
}
.AnyTagClassName
{
color: #A837CA;
}
</style>
background-color css
<style>
a { background-color: #A837CA; }
a { background-color: rgb(168,55,202); }
div.DivClassName
{
background-color: #A837CA;
}
.BgClassName
{
background-color: #A837CA;
}
</style>
border-color css
<style>
span { border-color: #A837CA; }
span { border-color: rgb(168,55,202); }
td.TdClassName
{
border-color: #A837CA;
}
.TagClassName
{
border-color: #A837CA;
}
</style>