Shades of Dark Orchid #A23FC1
Tints of Dark Orchid #A23FC1
RGB
CMYK
RGB Variations
Color information
#A23FC1 (or 0xA23FC1) is known color: Dark Orchid. HEX triplet: A2, 3F and C1. RGB value is (162,63,193). Sum of RGB (Red+Green+Blue) = 162+63+193=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #A23FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23FC1 is #5DC03E. Grayscale: #6B6B6B. Windows color (decimal): -6144063 or 12664738. OLE color: 12664738.
HSL color Cylindrical-coordinate representation of color #A23FC1: hue angle of 285.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23FC1 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 63 | 193 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.24 |
| HSL | 285.69º | 0.51% | 0.5% | - |
| HSV(B) | 285.69º | 0.67% | 0.76% | - |
| XYZ | 26.3 | 15.09 | 51.98 | - |
| YUV | 107.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 193 | 0.16 | 0.67 | 0 | 0.24 | 285.69 | 0.51 | 0.5 |
| Hex | A2 | 3F | C1 | 10 | 43 | 0 | 18 | 11E | 33 | 32 |
| Octal | 242 | 77 | 301 | 20 | 103 | 0 | 30 | 436 | 63 | 62 |
| Binary | 10100010 | 111111 | 11000001 | 10000 | 1000011 | 0 | 11000 | 100011110 | 110011 | 110010 |
Color Harmonies of #A23FC1
Complementary color
Monochromatic Colors of #A23FC1
Black with #A23FC1
Text Example
Text Example
White with #A23FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FC1; }
p { color: rgb(162,63,193); }
H1.HeaderClassName
{
color: #A23FC1;
}
.AnyTagClassName
{
color: #A23FC1;
}
</style>
background-color css
<style>
a { background-color: #A23FC1; }
a { background-color: rgb(162,63,193); }
div.DivClassName
{
background-color: #A23FC1;
}
.BgClassName
{
background-color: #A23FC1;
}
</style>
border-color css
<style>
span { border-color: #A23FC1; }
span { border-color: rgb(162,63,193); }
td.TdClassName
{
border-color: #A23FC1;
}
.TagClassName
{
border-color: #A23FC1;
}
</style>