Shades of Dark Orchid #A138DF
Tints of Dark Orchid #A138DF
RGB
CMYK
RGB Variations
Color information
#A138DF (or 0xA138DF) is known color: Dark Orchid. HEX triplet: A1, 38 and DF. RGB value is (161,56,223). Sum of RGB (Red+Green+Blue) = 161+56+223=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #A138DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A138DF is #5EC720. Grayscale: #696969. Windows color (decimal): -6211361 or 14629025. OLE color: 14629025.
HSL color Cylindrical-coordinate representation of color #A138DF: hue angle of 277.72º 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 #A138DF is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 56 | 223 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.13 |
| HSL | 277.72º | 0.72% | 0.55% | - |
| HSV(B) | 277.72º | 0.75% | 0.87% | - |
| XYZ | 29.43 | 15.73 | 71.3 | - |
| YUV | 106.43 | 193.79 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 223 | 0.28 | 0.75 | 0 | 0.13 | 277.72 | 0.72 | 0.55 |
| Hex | A1 | 38 | DF | 1C | 4B | 0 | D | 116 | 48 | 37 |
| Octal | 241 | 70 | 337 | 34 | 113 | 0 | 15 | 426 | 110 | 67 |
| Binary | 10100001 | 111000 | 11011111 | 11100 | 1001011 | 0 | 1101 | 100010110 | 1001000 | 110111 |
Color Harmonies of #A138DF
Complementary color
Monochromatic Colors of #A138DF
Black with #A138DF
Text Example
Text Example
White with #A138DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A138DF; }
p { color: rgb(161,56,223); }
H1.HeaderClassName
{
color: #A138DF;
}
.AnyTagClassName
{
color: #A138DF;
}
</style>
background-color css
<style>
a { background-color: #A138DF; }
a { background-color: rgb(161,56,223); }
div.DivClassName
{
background-color: #A138DF;
}
.BgClassName
{
background-color: #A138DF;
}
</style>
border-color css
<style>
span { border-color: #A138DF; }
span { border-color: rgb(161,56,223); }
td.TdClassName
{
border-color: #A138DF;
}
.TagClassName
{
border-color: #A138DF;
}
</style>