Shades of Dark Orchid #A23CCC
Tints of Dark Orchid #A23CCC
RGB
CMYK
RGB Variations
Color information
#A23CCC (or 0xA23CCC) is known color: Dark Orchid. HEX triplet: A2, 3C and CC. RGB value is (162,60,204). Sum of RGB (Red+Green+Blue) = 162+60+204=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #A23CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CCC is #5DC333. Grayscale: #6A6A6A. Windows color (decimal): -6144820 or 13384866. OLE color: 13384866.
HSL color Cylindrical-coordinate representation of color #A23CCC: hue angle of 282.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A23CCC is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 60 | 204 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.2 |
| HSL | 282.5º | 0.59% | 0.52% | - |
| HSV(B) | 282.5º | 0.71% | 0.8% | - |
| XYZ | 27.42 | 15.27 | 58.63 | - |
| YUV | 106.91 | 182.79 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 204 | 0.21 | 0.71 | 0 | 0.2 | 282.5 | 0.59 | 0.52 |
| Hex | A2 | 3C | CC | 15 | 47 | 0 | 14 | 11A | 3B | 34 |
| Octal | 242 | 74 | 314 | 25 | 107 | 0 | 24 | 432 | 73 | 64 |
| Binary | 10100010 | 111100 | 11001100 | 10101 | 1000111 | 0 | 10100 | 100011010 | 111011 | 110100 |
Color Harmonies of #A23CCC
Complementary color
Monochromatic Colors of #A23CCC
Black with #A23CCC
Text Example
Text Example
White with #A23CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CCC; }
p { color: rgb(162,60,204); }
H1.HeaderClassName
{
color: #A23CCC;
}
.AnyTagClassName
{
color: #A23CCC;
}
</style>
background-color css
<style>
a { background-color: #A23CCC; }
a { background-color: rgb(162,60,204); }
div.DivClassName
{
background-color: #A23CCC;
}
.BgClassName
{
background-color: #A23CCC;
}
</style>
border-color css
<style>
span { border-color: #A23CCC; }
span { border-color: rgb(162,60,204); }
td.TdClassName
{
border-color: #A23CCC;
}
.TagClassName
{
border-color: #A23CCC;
}
</style>