Shades of Dark Orchid #A23DCC
Tints of Dark Orchid #A23DCC
RGB
CMYK
RGB Variations
Color information
#A23DCC (or 0xA23DCC) is known color: Dark Orchid. HEX triplet: A2, 3D and CC. RGB value is (162,61,204). Sum of RGB (Red+Green+Blue) = 162+61+204=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #A23DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DCC is #5DC233. Grayscale: #6B6B6B. Windows color (decimal): -6144564 or 13385122. OLE color: 13385122.
HSL color Cylindrical-coordinate representation of color #A23DCC: hue angle of 282.38º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23DCC is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 61 | 204 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.2 |
| HSL | 282.38º | 0.58% | 0.52% | - |
| HSV(B) | 282.38º | 0.7% | 0.8% | - |
| XYZ | 27.47 | 15.38 | 58.65 | - |
| YUV | 107.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 204 | 0.21 | 0.70 | 0 | 0.2 | 282.38 | 0.58 | 0.52 |
| Hex | A2 | 3D | CC | 15 | 46 | 0 | 14 | 11A | 3A | 34 |
| Octal | 242 | 75 | 314 | 25 | 106 | 0 | 24 | 432 | 72 | 64 |
| Binary | 10100010 | 111101 | 11001100 | 10101 | 1000110 | 0 | 10100 | 100011010 | 111010 | 110100 |
Color Harmonies of #A23DCC
Complementary color
Monochromatic Colors of #A23DCC
Black with #A23DCC
Text Example
Text Example
White with #A23DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23DCC; }
p { color: rgb(162,61,204); }
H1.HeaderClassName
{
color: #A23DCC;
}
.AnyTagClassName
{
color: #A23DCC;
}
</style>
background-color css
<style>
a { background-color: #A23DCC; }
a { background-color: rgb(162,61,204); }
div.DivClassName
{
background-color: #A23DCC;
}
.BgClassName
{
background-color: #A23DCC;
}
</style>
border-color css
<style>
span { border-color: #A23DCC; }
span { border-color: rgb(162,61,204); }
td.TdClassName
{
border-color: #A23DCC;
}
.TagClassName
{
border-color: #A23DCC;
}
</style>