Shades of Dark Orchid #A138AD
Tints of Dark Orchid #A138AD
RGB
CMYK
RGB Variations
Color information
#A138AD (or 0xA138AD) is known color: Dark Orchid. HEX triplet: A1, 38 and AD. RGB value is (161,56,173). Sum of RGB (Red+Green+Blue) = 161+56+173=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #A138AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A138AD is #5EC752. Grayscale: #646464. Windows color (decimal): -6211411 or 11352225. OLE color: 11352225.
HSL color Cylindrical-coordinate representation of color #A138AD: hue angle of 293.85º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A138AD is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 56 | 173 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.32 |
| HSL | 293.85º | 0.51% | 0.45% | - |
| HSV(B) | 293.85º | 0.68% | 0.68% | - |
| XYZ | 23.65 | 13.42 | 40.88 | - |
| YUV | 100.73 | 168.79 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 173 | 0.07 | 0.68 | 0 | 0.32 | 293.85 | 0.51 | 0.45 |
| Hex | A1 | 38 | AD | 7 | 44 | 0 | 20 | 126 | 33 | 2D |
| Octal | 241 | 70 | 255 | 7 | 104 | 0 | 40 | 446 | 63 | 55 |
| Binary | 10100001 | 111000 | 10101101 | 111 | 1000100 | 0 | 100000 | 100100110 | 110011 | 101101 |
Color Harmonies of #A138AD
Complementary color
Monochromatic Colors of #A138AD
Black with #A138AD
Text Example
Text Example
White with #A138AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A138AD; }
p { color: rgb(161,56,173); }
H1.HeaderClassName
{
color: #A138AD;
}
.AnyTagClassName
{
color: #A138AD;
}
</style>
background-color css
<style>
a { background-color: #A138AD; }
a { background-color: rgb(161,56,173); }
div.DivClassName
{
background-color: #A138AD;
}
.BgClassName
{
background-color: #A138AD;
}
</style>
border-color css
<style>
span { border-color: #A138AD; }
span { border-color: rgb(161,56,173); }
td.TdClassName
{
border-color: #A138AD;
}
.TagClassName
{
border-color: #A138AD;
}
</style>