Shades of Dark Orchid #A136AA
Tints of Dark Orchid #A136AA
RGB
CMYK
RGB Variations
Color information
#A136AA (or 0xA136AA) is known color: Dark Orchid. HEX triplet: A1, 36 and AA. RGB value is (161,54,170). Sum of RGB (Red+Green+Blue) = 161+54+170=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #A136AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A136AA is #5EC955. Grayscale: #626262. Windows color (decimal): -6211926 or 11155105. OLE color: 11155105.
HSL color Cylindrical-coordinate representation of color #A136AA: hue angle of 295.34º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A136AA is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 54 | 170 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.33 |
| HSL | 295.34º | 0.52% | 0.44% | - |
| HSV(B) | 295.34º | 0.68% | 0.67% | - |
| XYZ | 23.27 | 13.12 | 39.34 | - |
| YUV | 99.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 170 | 0.05 | 0.68 | 0 | 0.33 | 295.34 | 0.52 | 0.44 |
| Hex | A1 | 36 | AA | 5 | 44 | 0 | 21 | 127 | 34 | 2C |
| Octal | 241 | 66 | 252 | 5 | 104 | 0 | 41 | 447 | 64 | 54 |
| Binary | 10100001 | 110110 | 10101010 | 101 | 1000100 | 0 | 100001 | 100100111 | 110100 | 101100 |
Color Harmonies of #A136AA
Complementary color
Monochromatic Colors of #A136AA
Black with #A136AA
Text Example
Text Example
White with #A136AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A136AA; }
p { color: rgb(161,54,170); }
H1.HeaderClassName
{
color: #A136AA;
}
.AnyTagClassName
{
color: #A136AA;
}
</style>
background-color css
<style>
a { background-color: #A136AA; }
a { background-color: rgb(161,54,170); }
div.DivClassName
{
background-color: #A136AA;
}
.BgClassName
{
background-color: #A136AA;
}
</style>
border-color css
<style>
span { border-color: #A136AA; }
span { border-color: rgb(161,54,170); }
td.TdClassName
{
border-color: #A136AA;
}
.TagClassName
{
border-color: #A136AA;
}
</style>