Shades of Dark Orchid #A134AD
Tints of Dark Orchid #A134AD
RGB
CMYK
RGB Variations
Color information
#A134AD (or 0xA134AD) is known color: Dark Orchid. HEX triplet: A1, 34 and AD. RGB value is (161,52,173). Sum of RGB (Red+Green+Blue) = 161+52+173=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #A134AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A134AD is #5ECB52. Grayscale: #626262. Windows color (decimal): -6212435 or 11351201. OLE color: 11351201.
HSL color Cylindrical-coordinate representation of color #A134AD: hue angle of 294.05º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A134AD is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 52 | 173 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.32 |
| HSL | 294.05º | 0.54% | 0.44% | - |
| HSV(B) | 294.05º | 0.7% | 0.68% | - |
| XYZ | 23.47 | 13.05 | 40.82 | - |
| YUV | 98.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 173 | 0.07 | 0.70 | 0 | 0.32 | 294.05 | 0.54 | 0.44 |
| Hex | A1 | 34 | AD | 7 | 46 | 0 | 20 | 126 | 36 | 2C |
| Octal | 241 | 64 | 255 | 7 | 106 | 0 | 40 | 446 | 66 | 54 |
| Binary | 10100001 | 110100 | 10101101 | 111 | 1000110 | 0 | 100000 | 100100110 | 110110 | 101100 |
Color Harmonies of #A134AD
Complementary color
Monochromatic Colors of #A134AD
Black with #A134AD
Text Example
Text Example
White with #A134AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A134AD; }
p { color: rgb(161,52,173); }
H1.HeaderClassName
{
color: #A134AD;
}
.AnyTagClassName
{
color: #A134AD;
}
</style>
background-color css
<style>
a { background-color: #A134AD; }
a { background-color: rgb(161,52,173); }
div.DivClassName
{
background-color: #A134AD;
}
.BgClassName
{
background-color: #A134AD;
}
</style>
border-color css
<style>
span { border-color: #A134AD; }
span { border-color: rgb(161,52,173); }
td.TdClassName
{
border-color: #A134AD;
}
.TagClassName
{
border-color: #A134AD;
}
</style>