Shades of Dark Orchid #A136B8
Tints of Dark Orchid #A136B8
RGB
CMYK
RGB Variations
Color information
#A136B8 (or 0xA136B8) is known color: Dark Orchid. HEX triplet: A1, 36 and B8. RGB value is (161,54,184). Sum of RGB (Red+Green+Blue) = 161+54+184=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 184 (72.27% from 255 or 46.12% from 399); Max value from RGB is 184 - color contains mainly: blue. Hex color #A136B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136B8 is #5EC947. Grayscale: #646464. Windows color (decimal): -6211912 or 12072609. OLE color: 12072609.
HSL color Cylindrical-coordinate representation of color #A136B8: hue angle of 289.38º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A136B8 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 54 | 184 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.28 |
| HSL | 289.38º | 0.55% | 0.47% | - |
| HSV(B) | 289.38º | 0.71% | 0.72% | - |
| XYZ | 24.67 | 13.68 | 46.69 | - |
| YUV | 100.81 | 174.95 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 184 | 0.12 | 0.71 | 0 | 0.28 | 289.38 | 0.55 | 0.47 |
| Hex | A1 | 36 | B8 | C | 47 | 0 | 1C | 121 | 37 | 2F |
| Octal | 241 | 66 | 270 | 14 | 107 | 0 | 34 | 441 | 67 | 57 |
| Binary | 10100001 | 110110 | 10111000 | 1100 | 1000111 | 0 | 11100 | 100100001 | 110111 | 101111 |
Color Harmonies of #A136B8
Complementary color
Monochromatic Colors of #A136B8
Black with #A136B8
Text Example
Text Example
White with #A136B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A136B8; }
p { color: rgb(161,54,184); }
H1.HeaderClassName
{
color: #A136B8;
}
.AnyTagClassName
{
color: #A136B8;
}
</style>
background-color css
<style>
a { background-color: #A136B8; }
a { background-color: rgb(161,54,184); }
div.DivClassName
{
background-color: #A136B8;
}
.BgClassName
{
background-color: #A136B8;
}
</style>
border-color css
<style>
span { border-color: #A136B8; }
span { border-color: rgb(161,54,184); }
td.TdClassName
{
border-color: #A136B8;
}
.TagClassName
{
border-color: #A136B8;
}
</style>