Shades of Dark Orchid #A136B4
Tints of Dark Orchid #A136B4
RGB
CMYK
RGB Variations
Color information
#A136B4 (or 0xA136B4) is known color: Dark Orchid. HEX triplet: A1, 36 and B4. RGB value is (161,54,180). Sum of RGB (Red+Green+Blue) = 161+54+180=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #A136B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136B4 is #5EC94B. Grayscale: #636363. Windows color (decimal): -6211916 or 11810465. OLE color: 11810465.
HSL color Cylindrical-coordinate representation of color #A136B4: hue angle of 290.95º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A136B4 is Cyan = 0.11, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 54 | 180 | - |
| CMYK | 0.11 | 0.7 | 0 | 0.29 |
| HSL | 290.95º | 0.54% | 0.46% | - |
| HSV(B) | 290.95º | 0.7% | 0.71% | - |
| XYZ | 24.26 | 13.51 | 44.51 | - |
| YUV | 100.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 180 | 0.11 | 0.7 | 0 | 0.29 | 290.95 | 0.54 | 0.46 |
| Hex | A1 | 36 | B4 | B | 46 | 0 | 1D | 123 | 36 | 2E |
| Octal | 241 | 66 | 264 | 13 | 106 | 0 | 35 | 443 | 66 | 56 |
| Binary | 10100001 | 110110 | 10110100 | 1011 | 1000110 | 0 | 11101 | 100100011 | 110110 | 101110 |
Color Harmonies of #A136B4
Complementary color
Monochromatic Colors of #A136B4
Black with #A136B4
Text Example
Text Example
White with #A136B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A136B4; }
p { color: rgb(161,54,180); }
H1.HeaderClassName
{
color: #A136B4;
}
.AnyTagClassName
{
color: #A136B4;
}
</style>
background-color css
<style>
a { background-color: #A136B4; }
a { background-color: rgb(161,54,180); }
div.DivClassName
{
background-color: #A136B4;
}
.BgClassName
{
background-color: #A136B4;
}
</style>
border-color css
<style>
span { border-color: #A136B4; }
span { border-color: rgb(161,54,180); }
td.TdClassName
{
border-color: #A136B4;
}
.TagClassName
{
border-color: #A136B4;
}
</style>