Shades of Dark Orchid #A12ECB
Tints of Dark Orchid #A12ECB
RGB
CMYK
RGB Variations
Color information
#A12ECB (or 0xA12ECB) is known color: Dark Orchid. HEX triplet: A1, 2E and CB. RGB value is (161,46,203). Sum of RGB (Red+Green+Blue) = 161+46+203=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #A12ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12ECB is #5ED134. Grayscale: #616161. Windows color (decimal): -6213941 or 13315745. OLE color: 13315745.
HSL color Cylindrical-coordinate representation of color #A12ECB: hue angle of 283.95º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12ECB is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 46 | 203 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.20 |
| HSL | 283.95º | 0.63% | 0.49% | - |
| HSV(B) | 283.95º | 0.77% | 0.8% | - |
| XYZ | 26.45 | 13.84 | 57.78 | - |
| YUV | 98.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 46 | 203 | 0.21 | 0.77 | 0 | 0.20 | 283.95 | 0.63 | 0.49 |
| Hex | A1 | 2E | CB | 15 | 4D | 0 | 14 | 11C | 3F | 31 |
| Octal | 241 | 56 | 313 | 25 | 115 | 0 | 24 | 434 | 77 | 61 |
| Binary | 10100001 | 101110 | 11001011 | 10101 | 1001101 | 0 | 10100 | 100011100 | 111111 | 110001 |
Color Harmonies of #A12ECB
Complementary color
Monochromatic Colors of #A12ECB
Black with #A12ECB
Text Example
Text Example
White with #A12ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12ECB; }
p { color: rgb(161,46,203); }
H1.HeaderClassName
{
color: #A12ECB;
}
.AnyTagClassName
{
color: #A12ECB;
}
</style>
background-color css
<style>
a { background-color: #A12ECB; }
a { background-color: rgb(161,46,203); }
div.DivClassName
{
background-color: #A12ECB;
}
.BgClassName
{
background-color: #A12ECB;
}
</style>
border-color css
<style>
span { border-color: #A12ECB; }
span { border-color: rgb(161,46,203); }
td.TdClassName
{
border-color: #A12ECB;
}
.TagClassName
{
border-color: #A12ECB;
}
</style>