Shades of Dark Orchid #A23AC1
Tints of Dark Orchid #A23AC1
RGB
CMYK
RGB Variations
Color information
#A23AC1 (or 0xA23AC1) is known color: Dark Orchid. HEX triplet: A2, 3A and C1. RGB value is (162,58,193). Sum of RGB (Red+Green+Blue) = 162+58+193=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #A23AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23AC1 is #5DC53E. Grayscale: #686868. Windows color (decimal): -6145343 or 12663458. OLE color: 12663458.
HSL color Cylindrical-coordinate representation of color #A23AC1: hue angle of 286.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23AC1 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 58 | 193 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.24 |
| HSL | 286.22º | 0.54% | 0.49% | - |
| HSV(B) | 286.22º | 0.7% | 0.76% | - |
| XYZ | 26.04 | 14.56 | 51.89 | - |
| YUV | 104.49 | 177.96 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 193 | 0.16 | 0.70 | 0 | 0.24 | 286.22 | 0.54 | 0.49 |
| Hex | A2 | 3A | C1 | 10 | 46 | 0 | 18 | 11E | 36 | 31 |
| Octal | 242 | 72 | 301 | 20 | 106 | 0 | 30 | 436 | 66 | 61 |
| Binary | 10100010 | 111010 | 11000001 | 10000 | 1000110 | 0 | 11000 | 100011110 | 110110 | 110001 |
Color Harmonies of #A23AC1
Complementary color
Monochromatic Colors of #A23AC1
Black with #A23AC1
Text Example
Text Example
White with #A23AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23AC1; }
p { color: rgb(162,58,193); }
H1.HeaderClassName
{
color: #A23AC1;
}
.AnyTagClassName
{
color: #A23AC1;
}
</style>
background-color css
<style>
a { background-color: #A23AC1; }
a { background-color: rgb(162,58,193); }
div.DivClassName
{
background-color: #A23AC1;
}
.BgClassName
{
background-color: #A23AC1;
}
</style>
border-color css
<style>
span { border-color: #A23AC1; }
span { border-color: rgb(162,58,193); }
td.TdClassName
{
border-color: #A23AC1;
}
.TagClassName
{
border-color: #A23AC1;
}
</style>