Shades of Dark Orchid #A136B3
Tints of Dark Orchid #A136B3
RGB
CMYK
RGB Variations
Color information
#A136B3 (or 0xA136B3) is known color: Dark Orchid. HEX triplet: A1, 36 and B3. RGB value is (161,54,179). Sum of RGB (Red+Green+Blue) = 161+54+179=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #A136B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136B3 is #5EC94C. Grayscale: #636363. Windows color (decimal): -6211917 or 11744929. OLE color: 11744929.
HSL color Cylindrical-coordinate representation of color #A136B3: hue angle of 291.36º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A136B3 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 54 | 179 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.30 |
| HSL | 291.36º | 0.54% | 0.46% | - |
| HSV(B) | 291.36º | 0.7% | 0.7% | - |
| XYZ | 24.15 | 13.47 | 43.97 | - |
| YUV | 100.24 | 172.45 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 179 | 0.10 | 0.70 | 0 | 0.30 | 291.36 | 0.54 | 0.46 |
| Hex | A1 | 36 | B3 | A | 46 | 0 | 1E | 123 | 36 | 2E |
| Octal | 241 | 66 | 263 | 12 | 106 | 0 | 36 | 443 | 66 | 56 |
| Binary | 10100001 | 110110 | 10110011 | 1010 | 1000110 | 0 | 11110 | 100100011 | 110110 | 101110 |
Color Harmonies of #A136B3
Complementary color
Monochromatic Colors of #A136B3
Black with #A136B3
Text Example
Text Example
White with #A136B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A136B3; }
p { color: rgb(161,54,179); }
H1.HeaderClassName
{
color: #A136B3;
}
.AnyTagClassName
{
color: #A136B3;
}
</style>
background-color css
<style>
a { background-color: #A136B3; }
a { background-color: rgb(161,54,179); }
div.DivClassName
{
background-color: #A136B3;
}
.BgClassName
{
background-color: #A136B3;
}
</style>
border-color css
<style>
span { border-color: #A136B3; }
span { border-color: rgb(161,54,179); }
td.TdClassName
{
border-color: #A136B3;
}
.TagClassName
{
border-color: #A136B3;
}
</style>