Shades of Dark Orchid #A123DE
Tints of Dark Orchid #A123DE
RGB
CMYK
RGB Variations
Color information
#A123DE (or 0xA123DE) is known color: Dark Orchid. HEX triplet: A1, 23 and DE. RGB value is (161,35,222). Sum of RGB (Red+Green+Blue) = 161+35+222=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #A123DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A123DE is #5EDC21. Grayscale: #5D5D5D. Windows color (decimal): -6216738 or 14558113. OLE color: 14558113.
HSL color Cylindrical-coordinate representation of color #A123DE: hue angle of 280.43º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A123DE is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 35 | 222 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.13 |
| HSL | 280.43º | 0.74% | 0.5% | - |
| HSV(B) | 280.43º | 0.84% | 0.87% | - |
| XYZ | 28.48 | 14.05 | 70.32 | - |
| YUV | 93.99 | 200.24 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 222 | 0.27 | 0.84 | 0 | 0.13 | 280.43 | 0.74 | 0.5 |
| Hex | A1 | 23 | DE | 1B | 54 | 0 | D | 118 | 4A | 32 |
| Octal | 241 | 43 | 336 | 33 | 124 | 0 | 15 | 430 | 112 | 62 |
| Binary | 10100001 | 100011 | 11011110 | 11011 | 1010100 | 0 | 1101 | 100011000 | 1001010 | 110010 |
Color Harmonies of #A123DE
Complementary color
Monochromatic Colors of #A123DE
Black with #A123DE
Text Example
Text Example
White with #A123DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A123DE; }
p { color: rgb(161,35,222); }
H1.HeaderClassName
{
color: #A123DE;
}
.AnyTagClassName
{
color: #A123DE;
}
</style>
background-color css
<style>
a { background-color: #A123DE; }
a { background-color: rgb(161,35,222); }
div.DivClassName
{
background-color: #A123DE;
}
.BgClassName
{
background-color: #A123DE;
}
</style>
border-color css
<style>
span { border-color: #A123DE; }
span { border-color: rgb(161,35,222); }
td.TdClassName
{
border-color: #A123DE;
}
.TagClassName
{
border-color: #A123DE;
}
</style>