Shades of Dark Orchid #A23CD0
Tints of Dark Orchid #A23CD0
RGB
CMYK
RGB Variations
Color information
#A23CD0 (or 0xA23CD0) is known color: Dark Orchid. HEX triplet: A2, 3C and D0. RGB value is (162,60,208). Sum of RGB (Red+Green+Blue) = 162+60+208=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #A23CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CD0 is #5DC32F. Grayscale: #6A6A6A. Windows color (decimal): -6144816 or 13647010. OLE color: 13647010.
HSL color Cylindrical-coordinate representation of color #A23CD0: hue angle of 281.35º degrees, saturation: 0.61, 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 #A23CD0 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 60 | 208 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.18 |
| HSL | 281.35º | 0.61% | 0.53% | - |
| HSV(B) | 281.35º | 0.71% | 0.82% | - |
| XYZ | 27.9 | 15.47 | 61.19 | - |
| YUV | 107.37 | 184.79 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 208 | 0.22 | 0.71 | 0 | 0.18 | 281.35 | 0.61 | 0.53 |
| Hex | A2 | 3C | D0 | 16 | 47 | 0 | 12 | 119 | 3D | 35 |
| Octal | 242 | 74 | 320 | 26 | 107 | 0 | 22 | 431 | 75 | 65 |
| Binary | 10100010 | 111100 | 11010000 | 10110 | 1000111 | 0 | 10010 | 100011001 | 111101 | 110101 |
Color Harmonies of #A23CD0
Complementary color
Monochromatic Colors of #A23CD0
Black with #A23CD0
Text Example
Text Example
White with #A23CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CD0; }
p { color: rgb(162,60,208); }
H1.HeaderClassName
{
color: #A23CD0;
}
.AnyTagClassName
{
color: #A23CD0;
}
</style>
background-color css
<style>
a { background-color: #A23CD0; }
a { background-color: rgb(162,60,208); }
div.DivClassName
{
background-color: #A23CD0;
}
.BgClassName
{
background-color: #A23CD0;
}
</style>
border-color css
<style>
span { border-color: #A23CD0; }
span { border-color: rgb(162,60,208); }
td.TdClassName
{
border-color: #A23CD0;
}
.TagClassName
{
border-color: #A23CD0;
}
</style>