Shades of Dark Orchid #A134AB
Tints of Dark Orchid #A134AB
RGB
CMYK
RGB Variations
Color information
#A134AB (or 0xA134AB) is known color: Dark Orchid. HEX triplet: A1, 34 and AB. RGB value is (161,52,171). Sum of RGB (Red+Green+Blue) = 161+52+171=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #A134AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A134AB is #5ECB54. Grayscale: #616161. Windows color (decimal): -6212437 or 11220129. OLE color: 11220129.
HSL color Cylindrical-coordinate representation of color #A134AB: hue angle of 294.96º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A134AB is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 52 | 171 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.33 |
| HSL | 294.96º | 0.53% | 0.44% | - |
| HSV(B) | 294.96º | 0.7% | 0.67% | - |
| XYZ | 23.28 | 12.97 | 39.81 | - |
| YUV | 98.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 171 | 0.06 | 0.70 | 0 | 0.33 | 294.96 | 0.53 | 0.44 |
| Hex | A1 | 34 | AB | 6 | 46 | 0 | 21 | 127 | 35 | 2C |
| Octal | 241 | 64 | 253 | 6 | 106 | 0 | 41 | 447 | 65 | 54 |
| Binary | 10100001 | 110100 | 10101011 | 110 | 1000110 | 0 | 100001 | 100100111 | 110101 | 101100 |
Color Harmonies of #A134AB
Complementary color
Monochromatic Colors of #A134AB
Black with #A134AB
Text Example
Text Example
White with #A134AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A134AB; }
p { color: rgb(161,52,171); }
H1.HeaderClassName
{
color: #A134AB;
}
.AnyTagClassName
{
color: #A134AB;
}
</style>
background-color css
<style>
a { background-color: #A134AB; }
a { background-color: rgb(161,52,171); }
div.DivClassName
{
background-color: #A134AB;
}
.BgClassName
{
background-color: #A134AB;
}
</style>
border-color css
<style>
span { border-color: #A134AB; }
span { border-color: rgb(161,52,171); }
td.TdClassName
{
border-color: #A134AB;
}
.TagClassName
{
border-color: #A134AB;
}
</style>