Shades of Dark Orchid #A12BAD
Tints of Dark Orchid #A12BAD
RGB
CMYK
RGB Variations
Color information
#A12BAD (or 0xA12BAD) is known color: Dark Orchid. HEX triplet: A1, 2B and AD. RGB value is (161,43,173). Sum of RGB (Red+Green+Blue) = 161+43+173=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #A12BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12BAD is #5ED452. Grayscale: #5C5C5C. Windows color (decimal): -6214739 or 11348897. OLE color: 11348897.
HSL color Cylindrical-coordinate representation of color #A12BAD: hue angle of 294.46º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12BAD is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 43 | 173 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.32 |
| HSL | 294.46º | 0.6% | 0.42% | - |
| HSV(B) | 294.46º | 0.75% | 0.68% | - |
| XYZ | 23.1 | 12.32 | 40.7 | - |
| YUV | 93.1 | 173.09 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 173 | 0.07 | 0.75 | 0 | 0.32 | 294.46 | 0.6 | 0.42 |
| Hex | A1 | 2B | AD | 7 | 4B | 0 | 20 | 126 | 3C | 2A |
| Octal | 241 | 53 | 255 | 7 | 113 | 0 | 40 | 446 | 74 | 52 |
| Binary | 10100001 | 101011 | 10101101 | 111 | 1001011 | 0 | 100000 | 100100110 | 111100 | 101010 |
Color Harmonies of #A12BAD
Complementary color
Monochromatic Colors of #A12BAD
Black with #A12BAD
Text Example
Text Example
White with #A12BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12BAD; }
p { color: rgb(161,43,173); }
H1.HeaderClassName
{
color: #A12BAD;
}
.AnyTagClassName
{
color: #A12BAD;
}
</style>
background-color css
<style>
a { background-color: #A12BAD; }
a { background-color: rgb(161,43,173); }
div.DivClassName
{
background-color: #A12BAD;
}
.BgClassName
{
background-color: #A12BAD;
}
</style>
border-color css
<style>
span { border-color: #A12BAD; }
span { border-color: rgb(161,43,173); }
td.TdClassName
{
border-color: #A12BAD;
}
.TagClassName
{
border-color: #A12BAD;
}
</style>