Shades of Dark Orchid #A12DB5
Tints of Dark Orchid #A12DB5
RGB
CMYK
RGB Variations
Color information
#A12DB5 (or 0xA12DB5) is known color: Dark Orchid. HEX triplet: A1, 2D and B5. RGB value is (161,45,181). Sum of RGB (Red+Green+Blue) = 161+45+181=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 181 - color contains mainly: blue. Hex color #A12DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12DB5 is #5ED24A. Grayscale: #5E5E5E. Windows color (decimal): -6214219 or 11873697. OLE color: 11873697.
HSL color Cylindrical-coordinate representation of color #A12DB5: hue angle of 291.18º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12DB5 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 45 | 181 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.29 |
| HSL | 291.18º | 0.6% | 0.44% | - |
| HSV(B) | 291.18º | 0.75% | 0.71% | - |
| XYZ | 23.98 | 12.79 | 44.92 | - |
| YUV | 95.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 181 | 0.11 | 0.75 | 0 | 0.29 | 291.18 | 0.6 | 0.44 |
| Hex | A1 | 2D | B5 | B | 4B | 0 | 1D | 123 | 3C | 2C |
| Octal | 241 | 55 | 265 | 13 | 113 | 0 | 35 | 443 | 74 | 54 |
| Binary | 10100001 | 101101 | 10110101 | 1011 | 1001011 | 0 | 11101 | 100100011 | 111100 | 101100 |
Color Harmonies of #A12DB5
Complementary color
Monochromatic Colors of #A12DB5
Black with #A12DB5
Text Example
Text Example
White with #A12DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DB5; }
p { color: rgb(161,45,181); }
H1.HeaderClassName
{
color: #A12DB5;
}
.AnyTagClassName
{
color: #A12DB5;
}
</style>
background-color css
<style>
a { background-color: #A12DB5; }
a { background-color: rgb(161,45,181); }
div.DivClassName
{
background-color: #A12DB5;
}
.BgClassName
{
background-color: #A12DB5;
}
</style>
border-color css
<style>
span { border-color: #A12DB5; }
span { border-color: rgb(161,45,181); }
td.TdClassName
{
border-color: #A12DB5;
}
.TagClassName
{
border-color: #A12DB5;
}
</style>