Shades of Dark Orchid #A136DC
Tints of Dark Orchid #A136DC
RGB
CMYK
RGB Variations
Color information
#A136DC (or 0xA136DC) is known color: Dark Orchid. HEX triplet: A1, 36 and DC. RGB value is (161,54,220). Sum of RGB (Red+Green+Blue) = 161+54+220=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #A136DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136DC is #5EC923. Grayscale: #686868. Windows color (decimal): -6211876 or 14431905. OLE color: 14431905.
HSL color Cylindrical-coordinate representation of color #A136DC: hue angle of 278.67º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A136DC is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 54 | 220 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.14 |
| HSL | 278.67º | 0.7% | 0.54% | - |
| HSV(B) | 278.67º | 0.75% | 0.86% | - |
| XYZ | 28.94 | 15.38 | 69.15 | - |
| YUV | 104.92 | 192.95 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 220 | 0.27 | 0.75 | 0 | 0.14 | 278.67 | 0.7 | 0.54 |
| Hex | A1 | 36 | DC | 1B | 4B | 0 | E | 117 | 46 | 36 |
| Octal | 241 | 66 | 334 | 33 | 113 | 0 | 16 | 427 | 106 | 66 |
| Binary | 10100001 | 110110 | 11011100 | 11011 | 1001011 | 0 | 1110 | 100010111 | 1000110 | 110110 |
Color Harmonies of #A136DC
Complementary color
Monochromatic Colors of #A136DC
Black with #A136DC
Text Example
Text Example
White with #A136DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A136DC; }
p { color: rgb(161,54,220); }
H1.HeaderClassName
{
color: #A136DC;
}
.AnyTagClassName
{
color: #A136DC;
}
</style>
background-color css
<style>
a { background-color: #A136DC; }
a { background-color: rgb(161,54,220); }
div.DivClassName
{
background-color: #A136DC;
}
.BgClassName
{
background-color: #A136DC;
}
</style>
border-color css
<style>
span { border-color: #A136DC; }
span { border-color: rgb(161,54,220); }
td.TdClassName
{
border-color: #A136DC;
}
.TagClassName
{
border-color: #A136DC;
}
</style>