Shades of Dark Orchid #A123B6
Tints of Dark Orchid #A123B6
RGB
CMYK
RGB Variations
Color information
#A123B6 (or 0xA123B6) is known color: Dark Orchid. HEX triplet: A1, 23 and B6. RGB value is (161,35,182). Sum of RGB (Red+Green+Blue) = 161+35+182=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #A123B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A123B6 is #5EDC49. Grayscale: #585858. Windows color (decimal): -6216778 or 11936673. OLE color: 11936673.
HSL color Cylindrical-coordinate representation of color #A123B6: hue angle of 291.43º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A123B6 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 35 | 182 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.29 |
| HSL | 291.43º | 0.68% | 0.43% | - |
| HSV(B) | 291.43º | 0.81% | 0.71% | - |
| XYZ | 23.74 | 12.16 | 45.35 | - |
| YUV | 89.43 | 180.24 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 182 | 0.12 | 0.81 | 0 | 0.29 | 291.43 | 0.68 | 0.43 |
| Hex | A1 | 23 | B6 | C | 51 | 0 | 1D | 123 | 44 | 2B |
| Octal | 241 | 43 | 266 | 14 | 121 | 0 | 35 | 443 | 104 | 53 |
| Binary | 10100001 | 100011 | 10110110 | 1100 | 1010001 | 0 | 11101 | 100100011 | 1000100 | 101011 |
Color Harmonies of #A123B6
Complementary color
Monochromatic Colors of #A123B6
Black with #A123B6
Text Example
Text Example
White with #A123B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A123B6; }
p { color: rgb(161,35,182); }
H1.HeaderClassName
{
color: #A123B6;
}
.AnyTagClassName
{
color: #A123B6;
}
</style>
background-color css
<style>
a { background-color: #A123B6; }
a { background-color: rgb(161,35,182); }
div.DivClassName
{
background-color: #A123B6;
}
.BgClassName
{
background-color: #A123B6;
}
</style>
border-color css
<style>
span { border-color: #A123B6; }
span { border-color: rgb(161,35,182); }
td.TdClassName
{
border-color: #A123B6;
}
.TagClassName
{
border-color: #A123B6;
}
</style>