Shades of Dark Orchid #A12DB1
Tints of Dark Orchid #A12DB1
RGB
CMYK
RGB Variations
Color information
#A12DB1 (or 0xA12DB1) is known color: Dark Orchid. HEX triplet: A1, 2D and B1. RGB value is (161,45,177). Sum of RGB (Red+Green+Blue) = 161+45+177=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #A12DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12DB1 is #5ED24E. Grayscale: #5E5E5E. Windows color (decimal): -6214223 or 11611553. OLE color: 11611553.
HSL color Cylindrical-coordinate representation of color #A12DB1: hue angle of 292.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12DB1 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 45 | 177 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.31 |
| HSL | 292.73º | 0.59% | 0.44% | - |
| HSV(B) | 292.73º | 0.75% | 0.69% | - |
| XYZ | 23.57 | 12.63 | 42.79 | - |
| YUV | 94.73 | 174.43 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 177 | 0.09 | 0.75 | 0 | 0.31 | 292.73 | 0.59 | 0.44 |
| Hex | A1 | 2D | B1 | 9 | 4B | 0 | 1F | 125 | 3B | 2C |
| Octal | 241 | 55 | 261 | 11 | 113 | 0 | 37 | 445 | 73 | 54 |
| Binary | 10100001 | 101101 | 10110001 | 1001 | 1001011 | 0 | 11111 | 100100101 | 111011 | 101100 |
Color Harmonies of #A12DB1
Complementary color
Monochromatic Colors of #A12DB1
Black with #A12DB1
Text Example
Text Example
White with #A12DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DB1; }
p { color: rgb(161,45,177); }
H1.HeaderClassName
{
color: #A12DB1;
}
.AnyTagClassName
{
color: #A12DB1;
}
</style>
background-color css
<style>
a { background-color: #A12DB1; }
a { background-color: rgb(161,45,177); }
div.DivClassName
{
background-color: #A12DB1;
}
.BgClassName
{
background-color: #A12DB1;
}
</style>
border-color css
<style>
span { border-color: #A12DB1; }
span { border-color: rgb(161,45,177); }
td.TdClassName
{
border-color: #A12DB1;
}
.TagClassName
{
border-color: #A12DB1;
}
</style>