Shades of Dark Orchid #A138C9
Tints of Dark Orchid #A138C9
RGB
CMYK
RGB Variations
Color information
#A138C9 (or 0xA138C9) is known color: Dark Orchid. HEX triplet: A1, 38 and C9. RGB value is (161,56,201). Sum of RGB (Red+Green+Blue) = 161+56+201=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: blue. Hex color #A138C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A138C9 is #5EC736. Grayscale: #676767. Windows color (decimal): -6211383 or 13187233. OLE color: 13187233.
HSL color Cylindrical-coordinate representation of color #A138C9: hue angle of 283.45º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A138C9 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 56 | 201 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.21 |
| HSL | 283.45º | 0.57% | 0.5% | - |
| HSV(B) | 283.45º | 0.72% | 0.79% | - |
| XYZ | 26.65 | 14.62 | 56.68 | - |
| YUV | 103.93 | 182.79 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 201 | 0.20 | 0.72 | 0 | 0.21 | 283.45 | 0.57 | 0.5 |
| Hex | A1 | 38 | C9 | 14 | 48 | 0 | 15 | 11B | 39 | 32 |
| Octal | 241 | 70 | 311 | 24 | 110 | 0 | 25 | 433 | 71 | 62 |
| Binary | 10100001 | 111000 | 11001001 | 10100 | 1001000 | 0 | 10101 | 100011011 | 111001 | 110010 |
Color Harmonies of #A138C9
Complementary color
Monochromatic Colors of #A138C9
Black with #A138C9
Text Example
Text Example
White with #A138C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A138C9; }
p { color: rgb(161,56,201); }
H1.HeaderClassName
{
color: #A138C9;
}
.AnyTagClassName
{
color: #A138C9;
}
</style>
background-color css
<style>
a { background-color: #A138C9; }
a { background-color: rgb(161,56,201); }
div.DivClassName
{
background-color: #A138C9;
}
.BgClassName
{
background-color: #A138C9;
}
</style>
border-color css
<style>
span { border-color: #A138C9; }
span { border-color: rgb(161,56,201); }
td.TdClassName
{
border-color: #A138C9;
}
.TagClassName
{
border-color: #A138C9;
}
</style>