Shades of Dark Orchid #A12DB8
Tints of Dark Orchid #A12DB8
RGB
CMYK
RGB Variations
Color information
#A12DB8 (or 0xA12DB8) is known color: Dark Orchid. HEX triplet: A1, 2D and B8. RGB value is (161,45,184). Sum of RGB (Red+Green+Blue) = 161+45+184=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 184 - color contains mainly: blue. Hex color #A12DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12DB8 is #5ED247. Grayscale: #5F5F5F. Windows color (decimal): -6214216 or 12070305. OLE color: 12070305.
HSL color Cylindrical-coordinate representation of color #A12DB8: hue angle of 290.07º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12DB8 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 45 | 184 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.28 |
| HSL | 290.07º | 0.61% | 0.45% | - |
| HSV(B) | 290.07º | 0.76% | 0.72% | - |
| XYZ | 24.29 | 12.91 | 46.56 | - |
| YUV | 95.53 | 177.93 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 184 | 0.12 | 0.76 | 0 | 0.28 | 290.07 | 0.61 | 0.45 |
| Hex | A1 | 2D | B8 | C | 4C | 0 | 1C | 122 | 3D | 2D |
| Octal | 241 | 55 | 270 | 14 | 114 | 0 | 34 | 442 | 75 | 55 |
| Binary | 10100001 | 101101 | 10111000 | 1100 | 1001100 | 0 | 11100 | 100100010 | 111101 | 101101 |
Color Harmonies of #A12DB8
Complementary color
Monochromatic Colors of #A12DB8
Black with #A12DB8
Text Example
Text Example
White with #A12DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DB8; }
p { color: rgb(161,45,184); }
H1.HeaderClassName
{
color: #A12DB8;
}
.AnyTagClassName
{
color: #A12DB8;
}
</style>
background-color css
<style>
a { background-color: #A12DB8; }
a { background-color: rgb(161,45,184); }
div.DivClassName
{
background-color: #A12DB8;
}
.BgClassName
{
background-color: #A12DB8;
}
</style>
border-color css
<style>
span { border-color: #A12DB8; }
span { border-color: rgb(161,45,184); }
td.TdClassName
{
border-color: #A12DB8;
}
.TagClassName
{
border-color: #A12DB8;
}
</style>