Shades of Dark Orchid #A134BA
Tints of Dark Orchid #A134BA
RGB
CMYK
RGB Variations
Color information
#A134BA (or 0xA134BA) is known color: Dark Orchid. HEX triplet: A1, 34 and BA. RGB value is (161,52,186). Sum of RGB (Red+Green+Blue) = 161+52+186=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #A134BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134BA is #5ECB45. Grayscale: #636363. Windows color (decimal): -6212422 or 12203169. OLE color: 12203169.
HSL color Cylindrical-coordinate representation of color #A134BA: hue angle of 288.81º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A134BA is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 52 | 186 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.27 |
| HSL | 288.81º | 0.56% | 0.47% | - |
| HSV(B) | 288.81º | 0.72% | 0.73% | - |
| XYZ | 24.79 | 13.58 | 47.77 | - |
| YUV | 99.87 | 176.61 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 186 | 0.13 | 0.72 | 0 | 0.27 | 288.81 | 0.56 | 0.47 |
| Hex | A1 | 34 | BA | D | 48 | 0 | 1B | 121 | 38 | 2F |
| Octal | 241 | 64 | 272 | 15 | 110 | 0 | 33 | 441 | 70 | 57 |
| Binary | 10100001 | 110100 | 10111010 | 1101 | 1001000 | 0 | 11011 | 100100001 | 111000 | 101111 |
Color Harmonies of #A134BA
Complementary color
Monochromatic Colors of #A134BA
Black with #A134BA
Text Example
Text Example
White with #A134BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A134BA; }
p { color: rgb(161,52,186); }
H1.HeaderClassName
{
color: #A134BA;
}
.AnyTagClassName
{
color: #A134BA;
}
</style>
background-color css
<style>
a { background-color: #A134BA; }
a { background-color: rgb(161,52,186); }
div.DivClassName
{
background-color: #A134BA;
}
.BgClassName
{
background-color: #A134BA;
}
</style>
border-color css
<style>
span { border-color: #A134BA; }
span { border-color: rgb(161,52,186); }
td.TdClassName
{
border-color: #A134BA;
}
.TagClassName
{
border-color: #A134BA;
}
</style>