Shades of Dark Orchid #A23CD2
Tints of Dark Orchid #A23CD2
RGB
CMYK
RGB Variations
Color information
#A23CD2 (or 0xA23CD2) is known color: Dark Orchid. HEX triplet: A2, 3C and D2. RGB value is (162,60,210). Sum of RGB (Red+Green+Blue) = 162+60+210=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 210 (82.42% from 255 or 48.61% from 432); Max value from RGB is 210 - color contains mainly: blue. Hex color #A23CD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CD2 is #5DC32D. Grayscale: #6B6B6B. Windows color (decimal): -6144814 or 13778082. OLE color: 13778082.
HSL color Cylindrical-coordinate representation of color #A23CD2: hue angle of 280.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A23CD2 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 60 | 210 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.18 |
| HSL | 280.8º | 0.63% | 0.53% | - |
| HSV(B) | 280.8º | 0.71% | 0.82% | - |
| XYZ | 28.15 | 15.57 | 62.49 | - |
| YUV | 107.6 | 185.79 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 210 | 0.23 | 0.71 | 0 | 0.18 | 280.8 | 0.63 | 0.53 |
| Hex | A2 | 3C | D2 | 17 | 47 | 0 | 12 | 119 | 3E | 35 |
| Octal | 242 | 74 | 322 | 27 | 107 | 0 | 22 | 431 | 76 | 65 |
| Binary | 10100010 | 111100 | 11010010 | 10111 | 1000111 | 0 | 10010 | 100011001 | 111110 | 110101 |
Color Harmonies of #A23CD2
Complementary color
Monochromatic Colors of #A23CD2
Black with #A23CD2
Text Example
Text Example
White with #A23CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CD2; }
p { color: rgb(162,60,210); }
H1.HeaderClassName
{
color: #A23CD2;
}
.AnyTagClassName
{
color: #A23CD2;
}
</style>
background-color css
<style>
a { background-color: #A23CD2; }
a { background-color: rgb(162,60,210); }
div.DivClassName
{
background-color: #A23CD2;
}
.BgClassName
{
background-color: #A23CD2;
}
</style>
border-color css
<style>
span { border-color: #A23CD2; }
span { border-color: rgb(162,60,210); }
td.TdClassName
{
border-color: #A23CD2;
}
.TagClassName
{
border-color: #A23CD2;
}
</style>