Shades of Dark Orchid #A23CBA
Tints of Dark Orchid #A23CBA
RGB
CMYK
RGB Variations
Color information
#A23CBA (or 0xA23CBA) is known color: Dark Orchid. HEX triplet: A2, 3C and BA. RGB value is (162,60,186). Sum of RGB (Red+Green+Blue) = 162+60+186=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #A23CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CBA is #5DC345. Grayscale: #686868. Windows color (decimal): -6144838 or 12205218. OLE color: 12205218.
HSL color Cylindrical-coordinate representation of color #A23CBA: hue angle of 288.57º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23CBA is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 60 | 186 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.27 |
| HSL | 288.57º | 0.51% | 0.48% | - |
| HSV(B) | 288.57º | 0.68% | 0.73% | - |
| XYZ | 25.38 | 14.46 | 47.91 | - |
| YUV | 104.86 | 173.79 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 186 | 0.13 | 0.68 | 0 | 0.27 | 288.57 | 0.51 | 0.48 |
| Hex | A2 | 3C | BA | D | 44 | 0 | 1B | 121 | 33 | 30 |
| Octal | 242 | 74 | 272 | 15 | 104 | 0 | 33 | 441 | 63 | 60 |
| Binary | 10100010 | 111100 | 10111010 | 1101 | 1000100 | 0 | 11011 | 100100001 | 110011 | 110000 |
Color Harmonies of #A23CBA
Complementary color
Monochromatic Colors of #A23CBA
Black with #A23CBA
Text Example
Text Example
White with #A23CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CBA; }
p { color: rgb(162,60,186); }
H1.HeaderClassName
{
color: #A23CBA;
}
.AnyTagClassName
{
color: #A23CBA;
}
</style>
background-color css
<style>
a { background-color: #A23CBA; }
a { background-color: rgb(162,60,186); }
div.DivClassName
{
background-color: #A23CBA;
}
.BgClassName
{
background-color: #A23CBA;
}
</style>
border-color css
<style>
span { border-color: #A23CBA; }
span { border-color: rgb(162,60,186); }
td.TdClassName
{
border-color: #A23CBA;
}
.TagClassName
{
border-color: #A23CBA;
}
</style>