Shades of Dark Orchid #A23CD5
Tints of Dark Orchid #A23CD5
RGB
CMYK
RGB Variations
Color information
#A23CD5 (or 0xA23CD5) is known color: Dark Orchid. HEX triplet: A2, 3C and D5. RGB value is (162,60,213). Sum of RGB (Red+Green+Blue) = 162+60+213=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #A23CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CD5 is #5DC32A. Grayscale: #6B6B6B. Windows color (decimal): -6144811 or 13974690. OLE color: 13974690.
HSL color Cylindrical-coordinate representation of color #A23CD5: hue angle of 280º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A23CD5 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 60 | 213 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.16 |
| HSL | 280º | 0.65% | 0.54% | - |
| HSV(B) | 280º | 0.72% | 0.84% | - |
| XYZ | 28.53 | 15.72 | 64.48 | - |
| YUV | 107.94 | 187.29 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 213 | 0.24 | 0.72 | 0 | 0.16 | 280 | 0.65 | 0.54 |
| Hex | A2 | 3C | D5 | 18 | 48 | 0 | 10 | 118 | 41 | 36 |
| Octal | 242 | 74 | 325 | 30 | 110 | 0 | 20 | 430 | 101 | 66 |
| Binary | 10100010 | 111100 | 11010101 | 11000 | 1001000 | 0 | 10000 | 100011000 | 1000001 | 110110 |
Color Harmonies of #A23CD5
Complementary color
Monochromatic Colors of #A23CD5
Black with #A23CD5
Text Example
Text Example
White with #A23CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CD5; }
p { color: rgb(162,60,213); }
H1.HeaderClassName
{
color: #A23CD5;
}
.AnyTagClassName
{
color: #A23CD5;
}
</style>
background-color css
<style>
a { background-color: #A23CD5; }
a { background-color: rgb(162,60,213); }
div.DivClassName
{
background-color: #A23CD5;
}
.BgClassName
{
background-color: #A23CD5;
}
</style>
border-color css
<style>
span { border-color: #A23CD5; }
span { border-color: rgb(162,60,213); }
td.TdClassName
{
border-color: #A23CD5;
}
.TagClassName
{
border-color: #A23CD5;
}
</style>