Shades of Dark Orchid #A136BF
Tints of Dark Orchid #A136BF
RGB
CMYK
RGB Variations
Color information
#A136BF (or 0xA136BF) is known color: Dark Orchid. HEX triplet: A1, 36 and BF. RGB value is (161,54,191). Sum of RGB (Red+Green+Blue) = 161+54+191=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #A136BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136BF is #5EC940. Grayscale: #656565. Windows color (decimal): -6211905 or 12531361. OLE color: 12531361.
HSL color Cylindrical-coordinate representation of color #A136BF: hue angle of 286.86º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A136BF is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 54 | 191 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.25 |
| HSL | 286.86º | 0.56% | 0.48% | - |
| HSV(B) | 286.86º | 0.72% | 0.75% | - |
| XYZ | 25.42 | 13.98 | 50.65 | - |
| YUV | 101.61 | 178.45 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 191 | 0.16 | 0.72 | 0 | 0.25 | 286.86 | 0.56 | 0.48 |
| Hex | A1 | 36 | BF | 10 | 48 | 0 | 19 | 11F | 38 | 30 |
| Octal | 241 | 66 | 277 | 20 | 110 | 0 | 31 | 437 | 70 | 60 |
| Binary | 10100001 | 110110 | 10111111 | 10000 | 1001000 | 0 | 11001 | 100011111 | 111000 | 110000 |
Color Harmonies of #A136BF
Complementary color
Monochromatic Colors of #A136BF
Black with #A136BF
Text Example
Text Example
White with #A136BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A136BF; }
p { color: rgb(161,54,191); }
H1.HeaderClassName
{
color: #A136BF;
}
.AnyTagClassName
{
color: #A136BF;
}
</style>
background-color css
<style>
a { background-color: #A136BF; }
a { background-color: rgb(161,54,191); }
div.DivClassName
{
background-color: #A136BF;
}
.BgClassName
{
background-color: #A136BF;
}
</style>
border-color css
<style>
span { border-color: #A136BF; }
span { border-color: rgb(161,54,191); }
td.TdClassName
{
border-color: #A136BF;
}
.TagClassName
{
border-color: #A136BF;
}
</style>