Shades of Dark Orchid #A12DBD
Tints of Dark Orchid #A12DBD
RGB
CMYK
RGB Variations
Color information
#A12DBD (or 0xA12DBD) is known color: Dark Orchid. HEX triplet: A1, 2D and BD. RGB value is (161,45,189). Sum of RGB (Red+Green+Blue) = 161+45+189=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #A12DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12DBD is #5ED242. Grayscale: #5F5F5F. Windows color (decimal): -6214211 or 12397985. OLE color: 12397985.
HSL color Cylindrical-coordinate representation of color #A12DBD: hue angle of 288.33º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12DBD is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 45 | 189 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.26 |
| HSL | 288.33º | 0.62% | 0.46% | - |
| HSV(B) | 288.33º | 0.76% | 0.74% | - |
| XYZ | 24.82 | 13.13 | 49.37 | - |
| YUV | 96.1 | 180.43 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 189 | 0.15 | 0.76 | 0 | 0.26 | 288.33 | 0.62 | 0.46 |
| Hex | A1 | 2D | BD | F | 4C | 0 | 1A | 120 | 3E | 2E |
| Octal | 241 | 55 | 275 | 17 | 114 | 0 | 32 | 440 | 76 | 56 |
| Binary | 10100001 | 101101 | 10111101 | 1111 | 1001100 | 0 | 11010 | 100100000 | 111110 | 101110 |
Color Harmonies of #A12DBD
Complementary color
Monochromatic Colors of #A12DBD
Black with #A12DBD
Text Example
Text Example
White with #A12DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DBD; }
p { color: rgb(161,45,189); }
H1.HeaderClassName
{
color: #A12DBD;
}
.AnyTagClassName
{
color: #A12DBD;
}
</style>
background-color css
<style>
a { background-color: #A12DBD; }
a { background-color: rgb(161,45,189); }
div.DivClassName
{
background-color: #A12DBD;
}
.BgClassName
{
background-color: #A12DBD;
}
</style>
border-color css
<style>
span { border-color: #A12DBD; }
span { border-color: rgb(161,45,189); }
td.TdClassName
{
border-color: #A12DBD;
}
.TagClassName
{
border-color: #A12DBD;
}
</style>