Shades of Dark Orchid #A23CBE
Tints of Dark Orchid #A23CBE
RGB
CMYK
RGB Variations
Color information
#A23CBE (or 0xA23CBE) is known color: Dark Orchid. HEX triplet: A2, 3C and BE. RGB value is (162,60,190). Sum of RGB (Red+Green+Blue) = 162+60+190=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #A23CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CBE is #5DC341. Grayscale: #686868. Windows color (decimal): -6144834 or 12467362. OLE color: 12467362.
HSL color Cylindrical-coordinate representation of color #A23CBE: hue angle of 287.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23CBE is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 60 | 190 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.25 |
| HSL | 287.08º | 0.52% | 0.49% | - |
| HSV(B) | 287.08º | 0.68% | 0.75% | - |
| XYZ | 25.81 | 14.63 | 50.18 | - |
| YUV | 105.32 | 175.79 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 190 | 0.15 | 0.68 | 0 | 0.25 | 287.08 | 0.52 | 0.49 |
| Hex | A2 | 3C | BE | F | 44 | 0 | 19 | 11F | 34 | 31 |
| Octal | 242 | 74 | 276 | 17 | 104 | 0 | 31 | 437 | 64 | 61 |
| Binary | 10100010 | 111100 | 10111110 | 1111 | 1000100 | 0 | 11001 | 100011111 | 110100 | 110001 |
Color Harmonies of #A23CBE
Complementary color
Monochromatic Colors of #A23CBE
Black with #A23CBE
Text Example
Text Example
White with #A23CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CBE; }
p { color: rgb(162,60,190); }
H1.HeaderClassName
{
color: #A23CBE;
}
.AnyTagClassName
{
color: #A23CBE;
}
</style>
background-color css
<style>
a { background-color: #A23CBE; }
a { background-color: rgb(162,60,190); }
div.DivClassName
{
background-color: #A23CBE;
}
.BgClassName
{
background-color: #A23CBE;
}
</style>
border-color css
<style>
span { border-color: #A23CBE; }
span { border-color: rgb(162,60,190); }
td.TdClassName
{
border-color: #A23CBE;
}
.TagClassName
{
border-color: #A23CBE;
}
</style>