Shades of Dark Orchid #A136D3
Tints of Dark Orchid #A136D3
RGB
CMYK
RGB Variations
Color information
#A136D3 (or 0xA136D3) is known color: Dark Orchid. HEX triplet: A1, 36 and D3. RGB value is (161,54,211). Sum of RGB (Red+Green+Blue) = 161+54+211=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 211 (82.81% from 255 or 49.53% from 426); Max value from RGB is 211 - color contains mainly: blue. Hex color #A136D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136D3 is #5EC92C. Grayscale: #676767. Windows color (decimal): -6211885 or 13842081. OLE color: 13842081.
HSL color Cylindrical-coordinate representation of color #A136D3: hue angle of 280.89º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A136D3 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 54 | 211 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.17 |
| HSL | 280.89º | 0.64% | 0.52% | - |
| HSV(B) | 280.89º | 0.74% | 0.83% | - |
| XYZ | 27.77 | 14.92 | 63.04 | - |
| YUV | 103.89 | 188.45 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 211 | 0.24 | 0.74 | 0 | 0.17 | 280.89 | 0.64 | 0.52 |
| Hex | A1 | 36 | D3 | 18 | 4A | 0 | 11 | 119 | 40 | 34 |
| Octal | 241 | 66 | 323 | 30 | 112 | 0 | 21 | 431 | 100 | 64 |
| Binary | 10100001 | 110110 | 11010011 | 11000 | 1001010 | 0 | 10001 | 100011001 | 1000000 | 110100 |
Color Harmonies of #A136D3
Complementary color
Monochromatic Colors of #A136D3
Black with #A136D3
Text Example
Text Example
White with #A136D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A136D3; }
p { color: rgb(161,54,211); }
H1.HeaderClassName
{
color: #A136D3;
}
.AnyTagClassName
{
color: #A136D3;
}
</style>
background-color css
<style>
a { background-color: #A136D3; }
a { background-color: rgb(161,54,211); }
div.DivClassName
{
background-color: #A136D3;
}
.BgClassName
{
background-color: #A136D3;
}
</style>
border-color css
<style>
span { border-color: #A136D3; }
span { border-color: rgb(161,54,211); }
td.TdClassName
{
border-color: #A136D3;
}
.TagClassName
{
border-color: #A136D3;
}
</style>