Shades of Dark Orchid #A337DF
Tints of Dark Orchid #A337DF
RGB
CMYK
RGB Variations
Color information
#A337DF (or 0xA337DF) is known color: Dark Orchid. HEX triplet: A3, 37 and DF. RGB value is (163,55,223). Sum of RGB (Red+Green+Blue) = 163+55+223=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #A337DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A337DF is #5CC820. Grayscale: #696969. Windows color (decimal): -6080545 or 14628771. OLE color: 14628771.
HSL color Cylindrical-coordinate representation of color #A337DF: hue angle of 278.57º 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 #A337DF is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 55 | 223 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.13 |
| HSL | 278.57º | 0.72% | 0.55% | - |
| HSV(B) | 278.57º | 0.75% | 0.87% | - |
| XYZ | 29.79 | 15.85 | 71.3 | - |
| YUV | 106.44 | 193.78 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 223 | 0.27 | 0.75 | 0 | 0.13 | 278.57 | 0.72 | 0.55 |
| Hex | A3 | 37 | DF | 1B | 4B | 0 | D | 117 | 48 | 37 |
| Octal | 243 | 67 | 337 | 33 | 113 | 0 | 15 | 427 | 110 | 67 |
| Binary | 10100011 | 110111 | 11011111 | 11011 | 1001011 | 0 | 1101 | 100010111 | 1001000 | 110111 |
Color Harmonies of #A337DF
Complementary color
Monochromatic Colors of #A337DF
Black with #A337DF
Text Example
Text Example
White with #A337DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A337DF; }
p { color: rgb(163,55,223); }
H1.HeaderClassName
{
color: #A337DF;
}
.AnyTagClassName
{
color: #A337DF;
}
</style>
background-color css
<style>
a { background-color: #A337DF; }
a { background-color: rgb(163,55,223); }
div.DivClassName
{
background-color: #A337DF;
}
.BgClassName
{
background-color: #A337DF;
}
</style>
border-color css
<style>
span { border-color: #A337DF; }
span { border-color: rgb(163,55,223); }
td.TdClassName
{
border-color: #A337DF;
}
.TagClassName
{
border-color: #A337DF;
}
</style>