Shades of Dark Orchid #A023C0
Tints of Dark Orchid #A023C0
RGB
CMYK
RGB Variations
Color information
#A023C0 (or 0xA023C0) is known color: Dark Orchid. HEX triplet: A0, 23 and C0. RGB value is (160,35,192). Sum of RGB (Red+Green+Blue) = 160+35+192=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #A023C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A023C0 is #5FDC3F. Grayscale: #595959. Windows color (decimal): -6282304 or 12592032. OLE color: 12592032.
HSL color Cylindrical-coordinate representation of color #A023C0: hue angle of 287.77º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A023C0 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 35 | 192 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.25 |
| HSL | 287.77º | 0.69% | 0.45% | - |
| HSV(B) | 287.77º | 0.82% | 0.75% | - |
| XYZ | 24.61 | 12.48 | 50.98 | - |
| YUV | 90.27 | 185.41 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 192 | 0.17 | 0.82 | 0 | 0.25 | 287.77 | 0.69 | 0.45 |
| Hex | A0 | 23 | C0 | 11 | 52 | 0 | 19 | 120 | 45 | 2D |
| Octal | 240 | 43 | 300 | 21 | 122 | 0 | 31 | 440 | 105 | 55 |
| Binary | 10100000 | 100011 | 11000000 | 10001 | 1010010 | 0 | 11001 | 100100000 | 1000101 | 101101 |
Color Harmonies of #A023C0
Complementary color
Monochromatic Colors of #A023C0
Black with #A023C0
Text Example
Text Example
White with #A023C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A023C0; }
p { color: rgb(160,35,192); }
H1.HeaderClassName
{
color: #A023C0;
}
.AnyTagClassName
{
color: #A023C0;
}
</style>
background-color css
<style>
a { background-color: #A023C0; }
a { background-color: rgb(160,35,192); }
div.DivClassName
{
background-color: #A023C0;
}
.BgClassName
{
background-color: #A023C0;
}
</style>
border-color css
<style>
span { border-color: #A023C0; }
span { border-color: rgb(160,35,192); }
td.TdClassName
{
border-color: #A023C0;
}
.TagClassName
{
border-color: #A023C0;
}
</style>