Shades of Dark Orchid #A23CBC
Tints of Dark Orchid #A23CBC
RGB
CMYK
RGB Variations
Color information
#A23CBC (or 0xA23CBC) is known color: Dark Orchid. HEX triplet: A2, 3C and BC. RGB value is (162,60,188). Sum of RGB (Red+Green+Blue) = 162+60+188=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #A23CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CBC is #5DC343. Grayscale: #686868. Windows color (decimal): -6144836 or 12336290. OLE color: 12336290.
HSL color Cylindrical-coordinate representation of color #A23CBC: hue angle of 287.81º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23CBC is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 60 | 188 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.26 |
| HSL | 287.81º | 0.52% | 0.49% | - |
| HSV(B) | 287.81º | 0.68% | 0.74% | - |
| XYZ | 25.59 | 14.54 | 49.04 | - |
| YUV | 105.09 | 174.79 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 188 | 0.14 | 0.68 | 0 | 0.26 | 287.81 | 0.52 | 0.49 |
| Hex | A2 | 3C | BC | E | 44 | 0 | 1A | 120 | 34 | 31 |
| Octal | 242 | 74 | 274 | 16 | 104 | 0 | 32 | 440 | 64 | 61 |
| Binary | 10100010 | 111100 | 10111100 | 1110 | 1000100 | 0 | 11010 | 100100000 | 110100 | 110001 |
Color Harmonies of #A23CBC
Complementary color
Monochromatic Colors of #A23CBC
Black with #A23CBC
Text Example
Text Example
White with #A23CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CBC; }
p { color: rgb(162,60,188); }
H1.HeaderClassName
{
color: #A23CBC;
}
.AnyTagClassName
{
color: #A23CBC;
}
</style>
background-color css
<style>
a { background-color: #A23CBC; }
a { background-color: rgb(162,60,188); }
div.DivClassName
{
background-color: #A23CBC;
}
.BgClassName
{
background-color: #A23CBC;
}
</style>
border-color css
<style>
span { border-color: #A23CBC; }
span { border-color: rgb(162,60,188); }
td.TdClassName
{
border-color: #A23CBC;
}
.TagClassName
{
border-color: #A23CBC;
}
</style>