Shades of Dark Orchid #A12EDD
Tints of Dark Orchid #A12EDD
RGB
CMYK
RGB Variations
Color information
#A12EDD (or 0xA12EDD) is known color: Dark Orchid. HEX triplet: A1, 2E and DD. RGB value is (161,46,221). Sum of RGB (Red+Green+Blue) = 161+46+221=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #A12EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12EDD is #5ED122. Grayscale: #636363. Windows color (decimal): -6213923 or 14495393. OLE color: 14495393.
HSL color Cylindrical-coordinate representation of color #A12EDD: hue angle of 279.43º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12EDD is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 46 | 221 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.13 |
| HSL | 279.43º | 0.72% | 0.52% | - |
| HSV(B) | 279.43º | 0.79% | 0.87% | - |
| XYZ | 28.73 | 14.75 | 69.74 | - |
| YUV | 100.34 | 196.1 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 46 | 221 | 0.27 | 0.79 | 0 | 0.13 | 279.43 | 0.72 | 0.52 |
| Hex | A1 | 2E | DD | 1B | 4F | 0 | D | 117 | 48 | 34 |
| Octal | 241 | 56 | 335 | 33 | 117 | 0 | 15 | 427 | 110 | 64 |
| Binary | 10100001 | 101110 | 11011101 | 11011 | 1001111 | 0 | 1101 | 100010111 | 1001000 | 110100 |
Color Harmonies of #A12EDD
Complementary color
Monochromatic Colors of #A12EDD
Black with #A12EDD
Text Example
Text Example
White with #A12EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12EDD; }
p { color: rgb(161,46,221); }
H1.HeaderClassName
{
color: #A12EDD;
}
.AnyTagClassName
{
color: #A12EDD;
}
</style>
background-color css
<style>
a { background-color: #A12EDD; }
a { background-color: rgb(161,46,221); }
div.DivClassName
{
background-color: #A12EDD;
}
.BgClassName
{
background-color: #A12EDD;
}
</style>
border-color css
<style>
span { border-color: #A12EDD; }
span { border-color: rgb(161,46,221); }
td.TdClassName
{
border-color: #A12EDD;
}
.TagClassName
{
border-color: #A12EDD;
}
</style>