Shades of Dark Orchid #A12BDF
Tints of Dark Orchid #A12BDF
RGB
CMYK
RGB Variations
Color information
#A12BDF (or 0xA12BDF) is known color: Dark Orchid. HEX triplet: A1, 2B and DF. RGB value is (161,43,223). Sum of RGB (Red+Green+Blue) = 161+43+223=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #A12BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BDF is #5ED420. Grayscale: #626262. Windows color (decimal): -6214689 or 14625697. OLE color: 14625697.
HSL color Cylindrical-coordinate representation of color #A12BDF: hue angle of 279.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A12BDF is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 43 | 223 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.13 |
| HSL | 279.33º | 0.74% | 0.52% | - |
| HSV(B) | 279.33º | 0.81% | 0.87% | - |
| XYZ | 28.88 | 14.63 | 71.11 | - |
| YUV | 98.8 | 198.09 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 223 | 0.28 | 0.81 | 0 | 0.13 | 279.33 | 0.74 | 0.52 |
| Hex | A1 | 2B | DF | 1C | 51 | 0 | D | 117 | 4A | 34 |
| Octal | 241 | 53 | 337 | 34 | 121 | 0 | 15 | 427 | 112 | 64 |
| Binary | 10100001 | 101011 | 11011111 | 11100 | 1010001 | 0 | 1101 | 100010111 | 1001010 | 110100 |
Color Harmonies of #A12BDF
Complementary color
Monochromatic Colors of #A12BDF
Black with #A12BDF
Text Example
Text Example
White with #A12BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12BDF; }
p { color: rgb(161,43,223); }
H1.HeaderClassName
{
color: #A12BDF;
}
.AnyTagClassName
{
color: #A12BDF;
}
</style>
background-color css
<style>
a { background-color: #A12BDF; }
a { background-color: rgb(161,43,223); }
div.DivClassName
{
background-color: #A12BDF;
}
.BgClassName
{
background-color: #A12BDF;
}
</style>
border-color css
<style>
span { border-color: #A12BDF; }
span { border-color: rgb(161,43,223); }
td.TdClassName
{
border-color: #A12BDF;
}
.TagClassName
{
border-color: #A12BDF;
}
</style>