Shades of Dark Orchid #A138DA
Tints of Dark Orchid #A138DA
RGB
CMYK
RGB Variations
Color information
#A138DA (or 0xA138DA) is known color: Dark Orchid. HEX triplet: A1, 38 and DA. RGB value is (161,56,218). Sum of RGB (Red+Green+Blue) = 161+56+218=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #A138DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A138DA is #5EC725. Grayscale: #696969. Windows color (decimal): -6211366 or 14301345. OLE color: 14301345.
HSL color Cylindrical-coordinate representation of color #A138DA: hue angle of 278.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A138DA is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 56 | 218 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.15 |
| HSL | 278.89º | 0.69% | 0.54% | - |
| HSV(B) | 278.89º | 0.74% | 0.85% | - |
| XYZ | 28.77 | 15.47 | 67.8 | - |
| YUV | 105.86 | 191.29 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 218 | 0.26 | 0.74 | 0 | 0.15 | 278.89 | 0.69 | 0.54 |
| Hex | A1 | 38 | DA | 1A | 4A | 0 | F | 117 | 45 | 36 |
| Octal | 241 | 70 | 332 | 32 | 112 | 0 | 17 | 427 | 105 | 66 |
| Binary | 10100001 | 111000 | 11011010 | 11010 | 1001010 | 0 | 1111 | 100010111 | 1000101 | 110110 |
Color Harmonies of #A138DA
Complementary color
Monochromatic Colors of #A138DA
Black with #A138DA
Text Example
Text Example
White with #A138DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A138DA; }
p { color: rgb(161,56,218); }
H1.HeaderClassName
{
color: #A138DA;
}
.AnyTagClassName
{
color: #A138DA;
}
</style>
background-color css
<style>
a { background-color: #A138DA; }
a { background-color: rgb(161,56,218); }
div.DivClassName
{
background-color: #A138DA;
}
.BgClassName
{
background-color: #A138DA;
}
</style>
border-color css
<style>
span { border-color: #A138DA; }
span { border-color: rgb(161,56,218); }
td.TdClassName
{
border-color: #A138DA;
}
.TagClassName
{
border-color: #A138DA;
}
</style>