Shades of Dark Orchid #A136DE
Tints of Dark Orchid #A136DE
RGB
CMYK
RGB Variations
Color information
#A136DE (or 0xA136DE) is known color: Dark Orchid. HEX triplet: A1, 36 and DE. RGB value is (161,54,222). Sum of RGB (Red+Green+Blue) = 161+54+222=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #A136DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136DE is #5EC921. Grayscale: #686868. Windows color (decimal): -6211874 or 14562977. OLE color: 14562977.
HSL color Cylindrical-coordinate representation of color #A136DE: hue angle of 278.21º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A136DE is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 54 | 222 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.13 |
| HSL | 278.21º | 0.72% | 0.54% | - |
| HSV(B) | 278.21º | 0.76% | 0.87% | - |
| XYZ | 29.2 | 15.49 | 70.56 | - |
| YUV | 105.15 | 193.95 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 222 | 0.27 | 0.76 | 0 | 0.13 | 278.21 | 0.72 | 0.54 |
| Hex | A1 | 36 | DE | 1B | 4C | 0 | D | 116 | 48 | 36 |
| Octal | 241 | 66 | 336 | 33 | 114 | 0 | 15 | 426 | 110 | 66 |
| Binary | 10100001 | 110110 | 11011110 | 11011 | 1001100 | 0 | 1101 | 100010110 | 1001000 | 110110 |
Color Harmonies of #A136DE
Complementary color
Monochromatic Colors of #A136DE
Black with #A136DE
Text Example
Text Example
White with #A136DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A136DE; }
p { color: rgb(161,54,222); }
H1.HeaderClassName
{
color: #A136DE;
}
.AnyTagClassName
{
color: #A136DE;
}
</style>
background-color css
<style>
a { background-color: #A136DE; }
a { background-color: rgb(161,54,222); }
div.DivClassName
{
background-color: #A136DE;
}
.BgClassName
{
background-color: #A136DE;
}
</style>
border-color css
<style>
span { border-color: #A136DE; }
span { border-color: rgb(161,54,222); }
td.TdClassName
{
border-color: #A136DE;
}
.TagClassName
{
border-color: #A136DE;
}
</style>