Shades of Dark Orchid #A837DF
Tints of Dark Orchid #A837DF
RGB
CMYK
RGB Variations
Color information
#A837DF (or 0xA837DF) is known color: Dark Orchid. HEX triplet: A8, 37 and DF. RGB value is (168,55,223). Sum of RGB (Red+Green+Blue) = 168+55+223=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #A837DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837DF is #57C820. Grayscale: #6B6B6B. Windows color (decimal): -5752865 or 14628776. OLE color: 14628776.
HSL color Cylindrical-coordinate representation of color #A837DF: hue angle of 280.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A837DF is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 55 | 223 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.13 |
| HSL | 280.36º | 0.72% | 0.55% | - |
| HSV(B) | 280.36º | 0.75% | 0.87% | - |
| XYZ | 30.83 | 16.38 | 71.35 | - |
| YUV | 107.94 | 192.94 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 223 | 0.25 | 0.75 | 0 | 0.13 | 280.36 | 0.72 | 0.55 |
| Hex | A8 | 37 | DF | 19 | 4B | 0 | D | 118 | 48 | 37 |
| Octal | 250 | 67 | 337 | 31 | 113 | 0 | 15 | 430 | 110 | 67 |
| Binary | 10101000 | 110111 | 11011111 | 11001 | 1001011 | 0 | 1101 | 100011000 | 1001000 | 110111 |
Color Harmonies of #A837DF
Complementary color
Monochromatic Colors of #A837DF
Black with #A837DF
Text Example
Text Example
White with #A837DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A837DF; }
p { color: rgb(168,55,223); }
H1.HeaderClassName
{
color: #A837DF;
}
.AnyTagClassName
{
color: #A837DF;
}
</style>
background-color css
<style>
a { background-color: #A837DF; }
a { background-color: rgb(168,55,223); }
div.DivClassName
{
background-color: #A837DF;
}
.BgClassName
{
background-color: #A837DF;
}
</style>
border-color css
<style>
span { border-color: #A837DF; }
span { border-color: rgb(168,55,223); }
td.TdClassName
{
border-color: #A837DF;
}
.TagClassName
{
border-color: #A837DF;
}
</style>